Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.simplisafe.const
 

Variables

string homeassistant.components.simplisafe.const.ATTR_ALARM_DURATION = "alarm_duration"
 
string homeassistant.components.simplisafe.const.ATTR_ALARM_VOLUME = "alarm_volume"
 
string homeassistant.components.simplisafe.const.ATTR_CHIME_VOLUME = "chime_volume"
 
string homeassistant.components.simplisafe.const.ATTR_ENTRY_DELAY_AWAY = "entry_delay_away"
 
string homeassistant.components.simplisafe.const.ATTR_ENTRY_DELAY_HOME = "entry_delay_home"
 
string homeassistant.components.simplisafe.const.ATTR_EXIT_DELAY_AWAY = "exit_delay_away"
 
string homeassistant.components.simplisafe.const.ATTR_EXIT_DELAY_HOME = "exit_delay_home"
 
string homeassistant.components.simplisafe.const.ATTR_LAST_EVENT_INFO = "last_event_info"
 
string homeassistant.components.simplisafe.const.ATTR_LAST_EVENT_SENSOR_NAME = "last_event_sensor_name"
 
string homeassistant.components.simplisafe.const.ATTR_LAST_EVENT_SENSOR_TYPE = "last_event_sensor_type"
 
string homeassistant.components.simplisafe.const.ATTR_LAST_EVENT_TIMESTAMP = "last_event_timestamp"
 
string homeassistant.components.simplisafe.const.ATTR_LIGHT = "light"
 
string homeassistant.components.simplisafe.const.ATTR_SYSTEM_ID = "system_id"
 
string homeassistant.components.simplisafe.const.ATTR_VOICE_PROMPT_VOLUME = "voice_prompt_volume"
 
string homeassistant.components.simplisafe.const.DISPATCHER_TOPIC_WEBSOCKET_EVENT = "simplisafe_websocket_event_{0}"
 
string homeassistant.components.simplisafe.const.DOMAIN = "simplisafe"
 
 homeassistant.components.simplisafe.const.LOGGER = logging.getLogger(__package__)