Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.risco.const
 

Variables

string homeassistant.components.risco.const.CONF_CODE_ARM_REQUIRED = "code_arm_required"
 
string homeassistant.components.risco.const.CONF_CODE_DISARM_REQUIRED = "code_disarm_required"
 
string homeassistant.components.risco.const.CONF_COMMUNICATION_DELAY = "communication_delay"
 
string homeassistant.components.risco.const.CONF_CONCURRENCY = "concurrency"
 
string homeassistant.components.risco.const.CONF_HA_STATES_TO_RISCO = "ha_states_to_risco"
 
string homeassistant.components.risco.const.CONF_RISCO_STATES_TO_HA = "risco_states_to_ha"
 
string homeassistant.components.risco.const.DATA_COORDINATOR = "risco"
 
dictionary homeassistant.components.risco.const.DEFAULT_ADVANCED_OPTIONS
 
int homeassistant.components.risco.const.DEFAULT_CONCURRENCY = 4
 
dictionary homeassistant.components.risco.const.DEFAULT_HA_STATES_TO_RISCO
 
dictionary homeassistant.components.risco.const.DEFAULT_OPTIONS
 
dictionary homeassistant.components.risco.const.DEFAULT_RISCO_GROUPS_TO_HA
 
dictionary homeassistant.components.risco.const.DEFAULT_RISCO_STATES_TO_HA
 
int homeassistant.components.risco.const.DEFAULT_SCAN_INTERVAL = 30
 
string homeassistant.components.risco.const.DOMAIN = "risco"
 
string homeassistant.components.risco.const.EVENTS_COORDINATOR = "risco_events"
 
int homeassistant.components.risco.const.MAX_COMMUNICATION_DELAY = 3
 
string homeassistant.components.risco.const.RISCO_ARM = "arm"
 
string homeassistant.components.risco.const.RISCO_EVENT = "risco_event"
 
list homeassistant.components.risco.const.RISCO_GROUPS = ["A", "B", "C", "D"]
 
string homeassistant.components.risco.const.RISCO_PARTIAL_ARM = "partial_arm"
 
list homeassistant.components.risco.const.RISCO_STATES = [RISCO_ARM, RISCO_PARTIAL_ARM, *RISCO_GROUPS]
 
string homeassistant.components.risco.const.SYSTEM_UPDATE_SIGNAL = "risco_system_update"
 
string homeassistant.components.risco.const.TYPE_LOCAL = "local"