diff --git a/custom_components/rika_firenet/const.py b/custom_components/rika_firenet/const.py index aa18e0e..bd14351 100755 --- a/custom_components/rika_firenet/const.py +++ b/custom_components/rika_firenet/const.py @@ -21,7 +21,7 @@ SUPPORT_PRESET = [PRESET_NONE, PRESET_COMFORT] -VERSION = "2.29.2a" +VERSION = "2.29.22" DOMAIN = "rika_firenet" UNIQUE_ID = "unique_id" diff --git a/custom_components/rika_firenet/manifest.json b/custom_components/rika_firenet/manifest.json index ae8e21d..eafb2ea 100755 --- a/custom_components/rika_firenet/manifest.json +++ b/custom_components/rika_firenet/manifest.json @@ -11,5 +11,5 @@ "bs4", "requests" ], - "version": "2.29.2a" + "version": "2.29.22" }