mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Adds migrated climate feature flags to nobo_hub (#109473)
This commit is contained in:
parent
c0fd709b3e
commit
3039616133
@ -81,6 +81,7 @@ class NoboZone(ClimateEntity):
|
|||||||
_attr_temperature_unit = UnitOfTemperature.CELSIUS
|
_attr_temperature_unit = UnitOfTemperature.CELSIUS
|
||||||
_attr_target_temperature_step = 1
|
_attr_target_temperature_step = 1
|
||||||
# Need to poll to get preset change when in HVACMode.AUTO, so can't set _attr_should_poll = False
|
# Need to poll to get preset change when in HVACMode.AUTO, so can't set _attr_should_poll = False
|
||||||
|
_enable_turn_on_off_backwards_compatibility = False
|
||||||
|
|
||||||
def __init__(self, zone_id, hub: nobo, override_type) -> None:
|
def __init__(self, zone_id, hub: nobo, override_type) -> None:
|
||||||
"""Initialize the climate device."""
|
"""Initialize the climate device."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user