Add migrated climate feature flags to opentherm_gw (#109462)

This commit is contained in:
G Johansson
2024-02-02 22:54:01 -05:00
committed by GitHub
parent 7b132dc189
commit 9360165ba7

View File

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