mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add new climate feature flags to isy994 (#109564)
This commit is contained in:
parent
ebf533f0ff
commit
dd587d6fe5
@ -82,9 +82,12 @@ class ISYThermostatEntity(ISYNodeEntity, ClimateEntity):
|
|||||||
ClimateEntityFeature.FAN_MODE
|
ClimateEntityFeature.FAN_MODE
|
||||||
| ClimateEntityFeature.TARGET_TEMPERATURE
|
| ClimateEntityFeature.TARGET_TEMPERATURE
|
||||||
| ClimateEntityFeature.TARGET_TEMPERATURE_RANGE
|
| ClimateEntityFeature.TARGET_TEMPERATURE_RANGE
|
||||||
|
| ClimateEntityFeature.TURN_OFF
|
||||||
|
| ClimateEntityFeature.TURN_ON
|
||||||
)
|
)
|
||||||
_attr_target_temperature_step = 1.0
|
_attr_target_temperature_step = 1.0
|
||||||
_attr_fan_modes = [FAN_AUTO, FAN_ON]
|
_attr_fan_modes = [FAN_AUTO, FAN_ON]
|
||||||
|
_enable_turn_on_off_backwards_compatibility = False
|
||||||
|
|
||||||
def __init__(self, node: Node, device_info: DeviceInfo | None = None) -> None:
|
def __init__(self, node: Node, device_info: DeviceInfo | None = None) -> None:
|
||||||
"""Initialize the ISY Thermostat entity."""
|
"""Initialize the ISY Thermostat entity."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user