mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add migrated ClimateEntityFeature for Atag (#108961)
This commit is contained in:
parent
67e6febde4
commit
8a22a8d4ba
@ -46,6 +46,7 @@ class AtagThermostat(AtagEntity, ClimateEntity):
|
|||||||
_attr_supported_features = (
|
_attr_supported_features = (
|
||||||
ClimateEntityFeature.TARGET_TEMPERATURE | ClimateEntityFeature.PRESET_MODE
|
ClimateEntityFeature.TARGET_TEMPERATURE | ClimateEntityFeature.PRESET_MODE
|
||||||
)
|
)
|
||||||
|
_enable_turn_on_off_backwards_compatibility = False
|
||||||
|
|
||||||
def __init__(self, coordinator, atag_id):
|
def __init__(self, coordinator, atag_id):
|
||||||
"""Initialize an Atag climate device."""
|
"""Initialize an Atag climate device."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user