mirror of
https://github.com/home-assistant/core.git
synced 2026-09-04 02:34:40 -05:00
Add migrated climate feature flags to daikin (#109537)
Adds migrated climate feature flags to daikin
This commit is contained in:
@@ -128,6 +128,7 @@ class DaikinClimate(ClimateEntity):
|
||||
_attr_target_temperature_step = 1
|
||||
_attr_fan_modes: list[str]
|
||||
_attr_swing_modes: list[str]
|
||||
_enable_turn_on_off_backwards_compatibility = False
|
||||
|
||||
def __init__(self, api: DaikinApi) -> None:
|
||||
"""Initialize the climate device."""
|
||||
|
||||
Reference in New Issue
Block a user