mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add new climate feature flags to tfiac (#109448)
This commit is contained in:
parent
f40e2ecb95
commit
e308dcf398
@ -83,8 +83,11 @@ class TfiacClimate(ClimateEntity):
|
||||
ClimateEntityFeature.FAN_MODE
|
||||
| ClimateEntityFeature.SWING_MODE
|
||||
| ClimateEntityFeature.TARGET_TEMPERATURE
|
||||
| ClimateEntityFeature.TURN_OFF
|
||||
| ClimateEntityFeature.TURN_ON
|
||||
)
|
||||
_attr_temperature_unit = UnitOfTemperature.FAHRENHEIT
|
||||
_enable_turn_on_off_backwards_compatibility = False
|
||||
|
||||
def __init__(self, hass, client):
|
||||
"""Init class."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user