Variables | |
| string | ATTR_ALARM_DURATION = "alarm_duration" |
| string | ATTR_ALARM_VOLUME = "alarm_volume" |
| string | ATTR_CHIME_VOLUME = "chime_volume" |
| string | ATTR_ENTRY_DELAY_AWAY = "entry_delay_away" |
| string | ATTR_ENTRY_DELAY_HOME = "entry_delay_home" |
| string | ATTR_EXIT_DELAY_AWAY = "exit_delay_away" |
| string | ATTR_EXIT_DELAY_HOME = "exit_delay_home" |
| string | ATTR_LAST_EVENT_INFO = "last_event_info" |
| string | ATTR_LAST_EVENT_SENSOR_NAME = "last_event_sensor_name" |
| string | ATTR_LAST_EVENT_SENSOR_TYPE = "last_event_sensor_type" |
| string | ATTR_LAST_EVENT_TIMESTAMP = "last_event_timestamp" |
| string | ATTR_LIGHT = "light" |
| string | ATTR_SYSTEM_ID = "system_id" |
| string | ATTR_VOICE_PROMPT_VOLUME = "voice_prompt_volume" |
| string | DISPATCHER_TOPIC_WEBSOCKET_EVENT = "simplisafe_websocket_event_{0}" |
| string | DOMAIN = "simplisafe" |
| LOGGER = logging.getLogger(__package__) | |
Define constants for the SimpliSafe component.
| 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" |