Adds migrated climate feature flags to nobo_hub (#109473)

This commit is contained in:
G Johansson 2024-02-03 01:03:14 -05:00 committed by GitHub
parent c0fd709b3e
commit 3039616133
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."""