From a69fe882ff202a616361789d3c8900c53682259a Mon Sep 17 00:00:00 2001 From: G Johansson Date: Fri, 2 Feb 2024 22:41:08 -0500 Subject: [PATCH] Add migrated climate feature flags to touchline (#109451) --- homeassistant/components/touchline/climate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/touchline/climate.py b/homeassistant/components/touchline/climate.py index ed3d4500db1..5004646a667 100644 --- a/homeassistant/components/touchline/climate.py +++ b/homeassistant/components/touchline/climate.py @@ -69,6 +69,7 @@ class Touchline(ClimateEntity): ClimateEntityFeature.TARGET_TEMPERATURE | ClimateEntityFeature.PRESET_MODE ) _attr_temperature_unit = UnitOfTemperature.CELSIUS + _enable_turn_on_off_backwards_compatibility = False def __init__(self, touchline_thermostat): """Initialize the Touchline device."""