mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add migrated climate feature flags to opentherm_gw (#109462)
This commit is contained in:
parent
7b132dc189
commit
9360165ba7
@ -84,6 +84,7 @@ class OpenThermClimate(ClimateEntity):
|
||||
_away_state_a = False
|
||||
_away_state_b = False
|
||||
_current_operation: HVACAction | None = None
|
||||
_enable_turn_on_off_backwards_compatibility = False
|
||||
|
||||
def __init__(self, gw_dev, options):
|
||||
"""Initialize the device."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user