diff --git a/custom_components/pixometer/__init__.py b/custom_components/pixometer/__init__.py index 9c907c2..f8de72e 100644 --- a/custom_components/pixometer/__init__.py +++ b/custom_components/pixometer/__init__.py @@ -6,7 +6,7 @@ DOMAIN = "pixometer" NAME = "Pixometer" -VERSION = "0.1.0" +VERSION = "1.0.1" ISSUEURL = "https://github.com/myTselection/pixometer/issues" STARTUP = """ diff --git a/custom_components/pixometer/manifest.json b/custom_components/pixometer/manifest.json index f6b7ab7..edda45e 100644 --- a/custom_components/pixometer/manifest.json +++ b/custom_components/pixometer/manifest.json @@ -7,7 +7,7 @@ "iot_class": "cloud_polling", "name": "Pixometer", "requirements": [], - "version": "0.1.0", + "version": "1.0.1", "issue_tracker": "https://github.com/myTselection/pixometer/issues", - "integration_type": "entity" + "integration_type": "hub" }