mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 16:45:19 +02:00
Add migrated climate feature flags to opentherm_gw (#109462)
This commit is contained in:
@@ -84,6 +84,7 @@ class OpenThermClimate(ClimateEntity):
|
|||||||
_away_state_a = False
|
_away_state_a = False
|
||||||
_away_state_b = False
|
_away_state_b = False
|
||||||
_current_operation: HVACAction | None = None
|
_current_operation: HVACAction | None = None
|
||||||
|
_enable_turn_on_off_backwards_compatibility = False
|
||||||
|
|
||||||
def __init__(self, gw_dev, options):
|
def __init__(self, gw_dev, options):
|
||||||
"""Initialize the device."""
|
"""Initialize the device."""
|
||||||
|
Reference in New Issue
Block a user