diff --git a/custom_components/myenergi/const.py b/custom_components/myenergi/const.py index dc0a8a1..435a6c0 100644 --- a/custom_components/myenergi/const.py +++ b/custom_components/myenergi/const.py @@ -4,7 +4,7 @@ NAME = "myenergi" DOMAIN = "myenergi" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.0.28-pre" +VERSION = "0.0.28" ATTRIBUTION = "Data provided by myenergi" ISSUE_URL = "https://github.com/CJNE/ha-myenergi/issues" diff --git a/custom_components/myenergi/manifest.json b/custom_components/myenergi/manifest.json index a03c79f..1cd9314 100644 --- a/custom_components/myenergi/manifest.json +++ b/custom_components/myenergi/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/cjne/ha-myenergi/issues", "requirements": ["pymyenergi==0.2.1"], - "version": "0.0.27" + "version": "0.0.28" }