Add migrated climate feature flags to daikin (#109537)
Adds migrated climate feature flags to daikin
This commit is contained in:
parent
6661b53530
commit
ec6122abd5
1 changed files with 1 additions and 0 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue