Variables | |
| string | CONF_CODE_ARM_REQUIRED = "code_arm_required" |
| string | CONF_CODE_DISARM_REQUIRED = "code_disarm_required" |
| string | CONF_COMMUNICATION_DELAY = "communication_delay" |
| string | CONF_CONCURRENCY = "concurrency" |
| string | CONF_HA_STATES_TO_RISCO = "ha_states_to_risco" |
| string | CONF_RISCO_STATES_TO_HA = "risco_states_to_ha" |
| string | DATA_COORDINATOR = "risco" |
| dictionary | DEFAULT_ADVANCED_OPTIONS |
| int | DEFAULT_CONCURRENCY = 4 |
| dictionary | DEFAULT_HA_STATES_TO_RISCO |
| dictionary | DEFAULT_OPTIONS |
| dictionary | DEFAULT_RISCO_GROUPS_TO_HA |
| dictionary | DEFAULT_RISCO_STATES_TO_HA |
| int | DEFAULT_SCAN_INTERVAL = 30 |
| string | DOMAIN = "risco" |
| string | EVENTS_COORDINATOR = "risco_events" |
| int | MAX_COMMUNICATION_DELAY = 3 |
| string | RISCO_ARM = "arm" |
| string | RISCO_EVENT = "risco_event" |
| list | RISCO_GROUPS = ["A", "B", "C", "D"] |
| string | RISCO_PARTIAL_ARM = "partial_arm" |
| list | RISCO_STATES = [RISCO_ARM, RISCO_PARTIAL_ARM, *RISCO_GROUPS] |
| string | SYSTEM_UPDATE_SIGNAL = "risco_system_update" |
| string | TYPE_LOCAL = "local" |
Constants for the Risco integration.
| 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.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" |