Home Assistant Unofficial Reference 2024.12.1
lock.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.simplisafe.lock.SimpliSafeLock
 

Namespaces

 homeassistant.components.simplisafe.lock
 

Functions

None homeassistant.components.simplisafe.lock.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

string homeassistant.components.simplisafe.lock.ATTR_LOCK_LOW_BATTERY = "lock_low_battery"
 
string homeassistant.components.simplisafe.lock.ATTR_PIN_PAD_LOW_BATTERY = "pin_pad_low_battery"
 
dictionary homeassistant.components.simplisafe.lock.STATE_MAP_FROM_WEBSOCKET_EVENT
 
tuple homeassistant.components.simplisafe.lock.WEBSOCKET_EVENTS_TO_LISTEN_FOR = (EVENT_LOCK_LOCKED, EVENT_LOCK_UNLOCKED)