From bfbeb13100216c87561640497dfc073e03f6fe61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20K?= Date: Thu, 18 Jan 2024 07:29:16 +0100 Subject: [PATCH] For 2.29.22 release --- 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 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" }