From 04ce480d652b473b6a3b75a71687ecbb7cd5cc87 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Fri, 2 Feb 2024 22:37:49 -0500 Subject: [PATCH] Add migrated climate feature flags to teslemetry (#109446) --- homeassistant/components/teslemetry/climate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/teslemetry/climate.py b/homeassistant/components/teslemetry/climate.py index b626d3ef759..748acbb8552 100644 --- a/homeassistant/components/teslemetry/climate.py +++ b/homeassistant/components/teslemetry/climate.py @@ -45,6 +45,7 @@ class TeslemetryClimateEntity(TeslemetryVehicleEntity, ClimateEntity): | ClimateEntityFeature.PRESET_MODE ) _attr_preset_modes = ["off", "keep", "dog", "camp"] + _enable_turn_on_off_backwards_compatibility = False @property def hvac_mode(self) -> HVACMode | None: