From 9360165ba70243c1238da8044787aef63a1b2d0f Mon Sep 17 00:00:00 2001 From: G Johansson Date: Fri, 2 Feb 2024 22:54:01 -0500 Subject: [PATCH] Add migrated climate feature flags to opentherm_gw (#109462) --- homeassistant/components/opentherm_gw/climate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/opentherm_gw/climate.py b/homeassistant/components/opentherm_gw/climate.py index bcad621eb82..0b9cd1862be 100644 --- a/homeassistant/components/opentherm_gw/climate.py +++ b/homeassistant/components/opentherm_gw/climate.py @@ -84,6 +84,7 @@ class OpenThermClimate(ClimateEntity): _away_state_a = False _away_state_b = False _current_operation: HVACAction | None = None + _enable_turn_on_off_backwards_compatibility = False def __init__(self, gw_dev, options): """Initialize the device."""