Skip to content

Commit

Permalink
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/grocy/const.py
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
# Base component constants
DOMAIN = "grocy"
DOMAIN_DATA = "{}_data".format(DOMAIN)
VERSION = "0.1.1"
VERSION = "0.1.2"
PLATFORMS = ["sensor"]
REQUIRED_FILES = [
"const.py",
2 changes: 1 addition & 1 deletion custom_components/grocy/manifest.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"@SebRut"
],
"requirements": [
"pygrocy==0.8.0",
"pygrocy==0.9.0",
"jsonpickle==1.1",
"iso8601==0.1.12"
]
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-28",
"version": "0.1.1",
"updated_at": "2019-06-29",
"version": "0.1.2",
"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",

0 comments on commit 6f68801

Please sign in to comment.