This commit is contained in:
Home Assistant Version Control
2026-08-12 19:11:00 +00:00
parent b654759146
commit 2218539a12
76 changed files with 443 additions and 100 deletions
@@ -21,6 +21,14 @@ _LOGGER = get_vtherm_logger(__name__)
class FeatureLockManager(BaseFeatureManager):
""" The implementation of the Lock Feature Manager for Versatile Thermostat """
unrecorded_attributes = frozenset(
{
"is_lock_configured",
"lock_manager",
}
)
def __init__(self, vtherm: Any, hass: HomeAssistant):
"""Initialize the FeatureLockManager."""
super().__init__(vtherm, hass)