mirror of
https://github.com/home-assistant/core.git
synced 2026-09-13 02:34:48 -05:00
Add migrated feature flags to vera (#109438)
This commit is contained in:
@@ -53,6 +53,7 @@ class VeraThermostat(VeraDevice[veraApi.VeraThermostat], ClimateEntity):
|
||||
| ClimateEntityFeature.TURN_OFF
|
||||
| ClimateEntityFeature.TURN_ON
|
||||
)
|
||||
_enable_turn_on_off_backwards_compatibility = False
|
||||
|
||||
def __init__(
|
||||
self, vera_device: veraApi.VeraThermostat, controller_data: ControllerData
|
||||
|
||||
Reference in New Issue
Block a user