mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 08:35:15 +02:00
Adds migrated climate feature flags to nobo_hub (#109473)
This commit is contained in:
@@ -81,6 +81,7 @@ class NoboZone(ClimateEntity):
|
||||
_attr_temperature_unit = UnitOfTemperature.CELSIUS
|
||||
_attr_target_temperature_step = 1
|
||||
# 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:
|
||||
"""Initialize the climate device."""
|
||||
|
Reference in New Issue
Block a user