mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add new climate feature flags to insteon (#109560)
This commit is contained in:
parent
6e38da15f0
commit
83380c0f7d
@ -87,10 +87,13 @@ class InsteonClimateEntity(InsteonEntity, ClimateEntity):
|
||||
| ClimateEntityFeature.TARGET_HUMIDITY
|
||||
| ClimateEntityFeature.TARGET_TEMPERATURE
|
||||
| ClimateEntityFeature.TARGET_TEMPERATURE_RANGE
|
||||
| ClimateEntityFeature.TURN_OFF
|
||||
| ClimateEntityFeature.TURN_ON
|
||||
)
|
||||
_attr_hvac_modes = list(HVAC_MODES.values())
|
||||
_attr_fan_modes = list(FAN_MODES.values())
|
||||
_attr_min_humidity = 1
|
||||
_enable_turn_on_off_backwards_compatibility = False
|
||||
|
||||
@property
|
||||
def temperature_unit(self) -> str:
|
||||
|
Loading…
x
Reference in New Issue
Block a user