Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.simplisafe.entity Namespace Reference

Classes

class  SimpliSafeEntity
 

Variables

string DEFAULT_CONFIG_URL = "https://webapp.simplisafe.com/new/#/dashboard"
 
string DEFAULT_ENTITY_MODEL = "Alarm control panel"
 
int DEFAULT_ERROR_THRESHOLD = 2
 
list WEBSOCKET_EVENTS_REQUIRING_SERIAL = [EVENT_LOCK_LOCKED, EVENT_LOCK_UNLOCKED]
 

Detailed Description

Support for SimpliSafe alarm systems.

Variable Documentation

◆ DEFAULT_CONFIG_URL

string homeassistant.components.simplisafe.entity.DEFAULT_CONFIG_URL = "https://webapp.simplisafe.com/new/#/dashboard"

Definition at line 40 of file entity.py.

◆ DEFAULT_ENTITY_MODEL

string homeassistant.components.simplisafe.entity.DEFAULT_ENTITY_MODEL = "Alarm control panel"

Definition at line 41 of file entity.py.

◆ DEFAULT_ERROR_THRESHOLD

int homeassistant.components.simplisafe.entity.DEFAULT_ERROR_THRESHOLD = 2

Definition at line 42 of file entity.py.

◆ WEBSOCKET_EVENTS_REQUIRING_SERIAL

list homeassistant.components.simplisafe.entity.WEBSOCKET_EVENTS_REQUIRING_SERIAL = [EVENT_LOCK_LOCKED, EVENT_LOCK_UNLOCKED]

Definition at line 44 of file entity.py.