From 7e314e9919b4c703a44a8484a87ce29c1671464d Mon Sep 17 00:00:00 2001 From: kvanbiesen Date: Wed, 15 May 2024 09:46:52 +0200 Subject: [PATCH] Fix Warning About New Implementation for later versions _enable_turn_on_off_backwards_compatibility = False --- custom_components/rika_firenet/climate.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom_components/rika_firenet/climate.py b/custom_components/rika_firenet/climate.py index e872408..172c45d 100755 --- a/custom_components/rika_firenet/climate.py +++ b/custom_components/rika_firenet/climate.py @@ -41,6 +41,8 @@ async def async_setup_entry(hass, entry, async_add_entities): class RikaFirenetStoveClimate(RikaFirenetEntity, ClimateEntity): + _enable_turn_on_off_backwards_compatibility = False + @property def entity_picture(self): return self._stove.get_status_picture()