mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add migrated climate feature flags to daikin (#109537)
Adds migrated climate feature flags to daikin
This commit is contained in:
parent
6661b53530
commit
ec6122abd5
@ -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…
x
Reference in New Issue
Block a user