Home Assistant Unofficial Reference 2024.12.1
lock.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.kiwi.lock.KiwiLock
 

Namespaces

 homeassistant.components.kiwi.lock
 

Functions

None homeassistant.components.kiwi.lock.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.kiwi.lock._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.kiwi.lock.ATTR_CAN_INVITE = "can_invite_others"
 
string homeassistant.components.kiwi.lock.ATTR_PERMISSION = "permission"
 
string homeassistant.components.kiwi.lock.ATTR_TYPE = "hardware_type"
 
 homeassistant.components.kiwi.lock.PLATFORM_SCHEMA
 
int homeassistant.components.kiwi.lock.UNLOCK_MAINTAIN_TIME = 5