diff --git a/custom_components/smarthashtag/const.py b/custom_components/smarthashtag/const.py index a3165eb..09c38b0 100644 --- a/custom_components/smarthashtag/const.py +++ b/custom_components/smarthashtag/const.py @@ -9,7 +9,7 @@ NAME = "Smart" DOMAIN = "smarthashtag" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.6.1" +VERSION = "0.6.2" ATTRIBUTION = "Data provided by http://smart.com/" ISSUE_URL = "https://github.com/DasBasti/SmartHashtag/issues" diff --git a/custom_components/smarthashtag/manifest.json b/custom_components/smarthashtag/manifest.json index 15453a6..6dafdd9 100644 --- a/custom_components/smarthashtag/manifest.json +++ b/custom_components/smarthashtag/manifest.json @@ -7,6 +7,6 @@ "integration_type": "device", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/DasBasti/SmartHashtag/issues", - "requirements": ["pysmarthashtag==0.6.2"], - "version": "0.6.1" + "requirements": ["pysmarthashtag==0.6.3"], + "version": "0.6.2" }