diff --git a/custom_components/weenect/const.py b/custom_components/weenect/const.py index f4a5683..0a58b70 100644 --- a/custom_components/weenect/const.py +++ b/custom_components/weenect/const.py @@ -10,7 +10,7 @@ NAME = "Weenect" DOMAIN = "weenect" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "1.0.4" +VERSION = "1.0.6" ATTRIBUTION = "Data provided by https://my.weenect.com/" ISSUE_URL = "https://github.com/eifinger/hass-weenect/issues" diff --git a/custom_components/weenect/manifest.json b/custom_components/weenect/manifest.json index 20c712c..3f410e3 100644 --- a/custom_components/weenect/manifest.json +++ b/custom_components/weenect/manifest.json @@ -4,7 +4,7 @@ "documentation": "https://github.com/eifinger/hass-weenect", "issue_tracker": "https://github.com/eifinger/hass-weenect/issues", "dependencies": [], - "version": "1.0.4", + "version": "1.0.6", "config_flow": true, "codeowners": [ "@eifinger"