mirror of
https://github.com/home-assistant/core.git
synced 2025-08-17 11:31:39 +02:00
Add migrated climate feature flags to teslemetry (#109446)
This commit is contained in:
@@ -45,6 +45,7 @@ class TeslemetryClimateEntity(TeslemetryVehicleEntity, ClimateEntity):
|
|||||||
| ClimateEntityFeature.PRESET_MODE
|
| ClimateEntityFeature.PRESET_MODE
|
||||||
)
|
)
|
||||||
_attr_preset_modes = ["off", "keep", "dog", "camp"]
|
_attr_preset_modes = ["off", "keep", "dog", "camp"]
|
||||||
|
_enable_turn_on_off_backwards_compatibility = False
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def hvac_mode(self) -> HVACMode | None:
|
def hvac_mode(self) -> HVACMode | None:
|
||||||
|
Reference in New Issue
Block a user