Skip to content

Commit

Permalink
fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
SebRut committed Jul 13, 2019
1 parent 38683b5 commit a0c1c2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion custom_components/grocy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ async def async_setup(hass, config):

for entry in platform_config:
entry_config = entry
_LOGGER.critical(entry_config)

# If entry is not enabled, skip.
if not entry_config[CONF_ENABLED]:
Expand Down
2 changes: 1 addition & 1 deletion custom_components/grocy/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Base component constants
DOMAIN = "grocy"
DOMAIN_DATA = "{}_data".format(DOMAIN)
VERSION = "0.1.2"
VERSION = "0.1.3"
PLATFORMS = ["sensor"]
REQUIRED_FILES = [
"const.py",
Expand Down
4 changes: 2 additions & 2 deletions tracker.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"grocy": {
"updated_at": "2019-06-29",
"version": "0.1.2",
"updated_at": "2019-07-13",
"version": "0.1.3",
"local_location": "/custom_components/grocy/__init__.py",
"remote_location": "https://raw.githubusercontent.com/custom-components/grocy/master/custom_components/grocy/__init__.py",
"visit_repo": "https://github.com/custom-components/grocy",
Expand Down

0 comments on commit a0c1c2a

Please sign in to comment.