diff --git a/custom_components/average/const.py b/custom_components/average/const.py index 2de6027..989adec 100644 --- a/custom_components/average/const.py +++ b/custom_components/average/const.py @@ -12,7 +12,7 @@ NAME: Final = "Average Sensor" DOMAIN: Final = "average" -VERSION: Final = "2.3.2-alpha" +VERSION: Final = "2.3.2" ISSUE_URL: Final = "https://github.com/Limych/ha-average/issues" STARTUP_MESSAGE: Final = f""" diff --git a/custom_components/average/manifest.json b/custom_components/average/manifest.json index 75dca89..4a81409 100644 --- a/custom_components/average/manifest.json +++ b/custom_components/average/manifest.json @@ -14,8 +14,6 @@ "documentation": "https://github.com/Limych/ha-average", "iot_class": "calculated", "issue_tracker": "https://github.com/Limych/ha-average/issues", - "requirements": [ - "colorlog==6.7.0" - ], - "version": "2.3.2-alpha" + "requirements": [], + "version": "2.3.2" } \ No newline at end of file