mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 03:07:50 +00:00
Add migrated climate feature flags to smarttub (#109427)
This commit is contained in:
parent
9360165ba7
commit
c0fd709b3e
@ -67,6 +67,7 @@ class SmartTubThermostat(SmartTubEntity, ClimateEntity):
|
||||
)
|
||||
_attr_temperature_unit = UnitOfTemperature.CELSIUS
|
||||
_attr_preset_modes = list(PRESET_MODES.values())
|
||||
_enable_turn_on_off_backwards_compatibility = False
|
||||
|
||||
def __init__(self, coordinator, spa):
|
||||
"""Initialize the entity."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user