Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.simplisafe.SimpliSafe
 

Namespaces

 homeassistant.components.simplisafe
 

Functions

SystemType homeassistant.components.simplisafe._async_get_system_for_service_call (HomeAssistant hass, ServiceCall call)
 
None homeassistant.components.simplisafe._async_register_base_station (HomeAssistant hass, ConfigEntry entry, SystemType system)
 
None homeassistant.components.simplisafe._async_standardize_config_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.simplisafe.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.simplisafe.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

string homeassistant.components.simplisafe.ATTR_CATEGORY = "category"
 
string homeassistant.components.simplisafe.ATTR_LAST_EVENT_CHANGED_BY = "last_event_changed_by"
 
string homeassistant.components.simplisafe.ATTR_LAST_EVENT_SENSOR_SERIAL = "last_event_sensor_serial"
 
string homeassistant.components.simplisafe.ATTR_LAST_EVENT_TYPE = "last_event_type"
 
string homeassistant.components.simplisafe.ATTR_MESSAGE = "message"
 
string homeassistant.components.simplisafe.ATTR_PIN_LABEL = "label"
 
string homeassistant.components.simplisafe.ATTR_PIN_LABEL_OR_VALUE = "label_or_pin"
 
string homeassistant.components.simplisafe.ATTR_PIN_VALUE = "pin"
 
string homeassistant.components.simplisafe.ATTR_TIMESTAMP = "timestamp"
 
 homeassistant.components.simplisafe.DEFAULT_SCAN_INTERVAL = timedelta(seconds=30)
 
int homeassistant.components.simplisafe.DEFAULT_SOCKET_MIN_RETRY = 15
 
string homeassistant.components.simplisafe.EVENT_SIMPLISAFE_EVENT = "SIMPLISAFE_EVENT"
 
string homeassistant.components.simplisafe.EVENT_SIMPLISAFE_NOTIFICATION = "SIMPLISAFE_NOTIFICATION"
 
list homeassistant.components.simplisafe.PLATFORMS
 
string homeassistant.components.simplisafe.SERVICE_NAME_REMOVE_PIN = "remove_pin"
 
string homeassistant.components.simplisafe.SERVICE_NAME_SET_PIN = "set_pin"
 
string homeassistant.components.simplisafe.SERVICE_NAME_SET_SYSTEM_PROPERTIES = "set_system_properties"
 
 homeassistant.components.simplisafe.SERVICE_REMOVE_PIN_SCHEMA
 
 homeassistant.components.simplisafe.SERVICE_SET_PIN_SCHEMA
 
 homeassistant.components.simplisafe.SERVICE_SET_SYSTEM_PROPERTIES_SCHEMA
 
tuple homeassistant.components.simplisafe.SERVICES
 
dictionary homeassistant.components.simplisafe.VOLUME_MAP
 
list homeassistant.components.simplisafe.WEBSOCKET_EVENTS_TO_FIRE_HASS_EVENT