From 7e96632cfe9f4a1066e4e0188583837be6094c8f Mon Sep 17 00:00:00 2001 From: Max R Date: Sat, 14 Dec 2024 10:17:36 -0500 Subject: [PATCH] Update climate.py --- custom_components/kumo/climate.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom_components/kumo/climate.py b/custom_components/kumo/climate.py index 1425d4c..670ac84 100644 --- a/custom_components/kumo/climate.py +++ b/custom_components/kumo/climate.py @@ -128,6 +128,8 @@ class KumoThermostat(CoordinatedKumoEntity, ClimateEntity): "runstate", ] + _enable_turn_on_off_backwards_compatibility = False # can be removed once 2024.12 is no longer supported + def __init__(self, coordinator: KumoDataUpdateCoordinator): """Initialize the thermostat."""