diff --git a/custom_components/gismeteo/const.py b/custom_components/gismeteo/const.py index c595623..fc13fd6 100644 --- a/custom_components/gismeteo/const.py +++ b/custom_components/gismeteo/const.py @@ -31,7 +31,7 @@ # Base component constants NAME: Final = "Gismeteo" DOMAIN: Final = "gismeteo" -VERSION: Final = "2.5.2-alpha" +VERSION: Final = "2.5.2" ATTRIBUTION: Final = "Data provided by Gismeteo" ISSUE_URL: Final = "https://github.com/Limych/ha-gismeteo/issues" diff --git a/custom_components/gismeteo/manifest.json b/custom_components/gismeteo/manifest.json index b62ce5f..41d2b1d 100644 --- a/custom_components/gismeteo/manifest.json +++ b/custom_components/gismeteo/manifest.json @@ -11,6 +11,9 @@ "documentation": "https://github.com/Limych/ha-gismeteo", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Limych/ha-gismeteo/issues", - "requirements": [], - "version": "2.5.2-alpha" -} + "requirements": [ + "colorlog==6.7.0", + "ruff==0.0.291" + ], + "version": "2.5.2" +} \ No newline at end of file