Home Assistant Unofficial Reference 2024.12.1
lock.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.zha.lock.ZhaDoorLock
 

Namespaces

 homeassistant.components.zha.lock
 

Functions

None homeassistant.components.zha.lock.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

string homeassistant.components.zha.lock.SERVICE_CLEAR_LOCK_USER_CODE = "clear_lock_user_code"
 
string homeassistant.components.zha.lock.SERVICE_DISABLE_LOCK_USER_CODE = "disable_lock_user_code"
 
string homeassistant.components.zha.lock.SERVICE_ENABLE_LOCK_USER_CODE = "enable_lock_user_code"
 
string homeassistant.components.zha.lock.SERVICE_SET_LOCK_USER_CODE = "set_lock_user_code"