mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Add migrated climate feature flags to teslemetry (#109446)
This commit is contained in:
parent
96a3aac78e
commit
04ce480d65
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user