From dad93a459ea1a87ff1f045c4b4218189c2a7c29b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20K?= Date: Fri, 5 Jan 2024 11:20:41 +0100 Subject: [PATCH] Change version to v2.29.2 --- custom_components/rika_firenet/const.py | 2 +- custom_components/rika_firenet/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/rika_firenet/const.py b/custom_components/rika_firenet/const.py index 92680cc..9a11990 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.1" +VERSION = "2.29.2" DOMAIN = "rika_firenet" UNIQUE_ID = "unique_id" diff --git a/custom_components/rika_firenet/manifest.json b/custom_components/rika_firenet/manifest.json index f1aaece..2816549 100755 --- a/custom_components/rika_firenet/manifest.json +++ b/custom_components/rika_firenet/manifest.json @@ -11,5 +11,5 @@ "bs4", "requests" ], - "version": "2.29.1" + "version": "2.29.2" }