Add migrated climate feature flags to daikin (#109537)

Adds migrated climate feature flags to daikin
This commit is contained in:
G Johansson 2024-02-03 20:23:23 -05:00 committed by GitHub
parent 6661b53530
commit ec6122abd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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."""