Skip to content

Commit a0c1c2a

Browse files
committed
fix #5
1 parent 38683b5 commit a0c1c2a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

custom_components/grocy/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ async def async_setup(hass, config):
7979

8080
for entry in platform_config:
8181
entry_config = entry
82-
_LOGGER.critical(entry_config)
8382

8483
# If entry is not enabled, skip.
8584
if not entry_config[CONF_ENABLED]:

custom_components/grocy/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Base component constants
33
DOMAIN = "grocy"
44
DOMAIN_DATA = "{}_data".format(DOMAIN)
5-
VERSION = "0.1.2"
5+
VERSION = "0.1.3"
66
PLATFORMS = ["sensor"]
77
REQUIRED_FILES = [
88
"const.py",

tracker.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"grocy": {
3-
"updated_at": "2019-06-29",
4-
"version": "0.1.2",
3+
"updated_at": "2019-07-13",
4+
"version": "0.1.3",
55
"local_location": "/custom_components/grocy/__init__.py",
66
"remote_location": "https://raw.githubusercontent.com/custom-components/grocy/master/custom_components/grocy/__init__.py",
77
"visit_repo": "https://github.com/custom-components/grocy",

0 commit comments

Comments
 (0)