Home Assistant Unofficial Reference 2024.12.1
entity.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.simplisafe.entity.SimpliSafeEntity
 

Namespaces

 homeassistant.components.simplisafe.entity
 

Variables

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