Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.satel_integra
 

Functions

bool homeassistant.components.satel_integra.async_setup (HomeAssistant hass, ConfigType config)
 
def homeassistant.components.satel_integra.is_alarm_code_necessary (value)
 

Variables

 homeassistant.components.satel_integra._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.satel_integra.CONF_ARM_HOME_MODE = "arm_home_mode"
 
string homeassistant.components.satel_integra.CONF_DEVICE_CODE = "code"
 
string homeassistant.components.satel_integra.CONF_DEVICE_PARTITIONS = "partitions"
 
string homeassistant.components.satel_integra.CONF_OUTPUTS = "outputs"
 
string homeassistant.components.satel_integra.CONF_SWITCHABLE_OUTPUTS = "switchable_outputs"
 
string homeassistant.components.satel_integra.CONF_ZONE_NAME = "name"
 
string homeassistant.components.satel_integra.CONF_ZONE_TYPE = "type"
 
string homeassistant.components.satel_integra.CONF_ZONES = "zones"
 
 homeassistant.components.satel_integra.CONFIG_SCHEMA
 
string homeassistant.components.satel_integra.DATA_SATEL = "satel_integra"
 
string homeassistant.components.satel_integra.DEFAULT_ALARM_NAME = "satel_integra"
 
int homeassistant.components.satel_integra.DEFAULT_CONF_ARM_HOME_MODE = 1
 
int homeassistant.components.satel_integra.DEFAULT_DEVICE_PARTITION = 1
 
int homeassistant.components.satel_integra.DEFAULT_PORT = 7094
 
string homeassistant.components.satel_integra.DEFAULT_ZONE_TYPE = "motion"
 
string homeassistant.components.satel_integra.DOMAIN = "satel_integra"
 
 homeassistant.components.satel_integra.EDITABLE_OUTPUT_SCHEMA = vol.Schema({vol.Required(CONF_ZONE_NAME): cv.string})
 
 homeassistant.components.satel_integra.PARTITION_SCHEMA
 
string homeassistant.components.satel_integra.SIGNAL_OUTPUTS_UPDATED = "satel_integra.outputs_updated"
 
string homeassistant.components.satel_integra.SIGNAL_PANEL_ARM_AWAY = "satel_integra.panel_arm_away"
 
string homeassistant.components.satel_integra.SIGNAL_PANEL_ARM_HOME = "satel_integra.panel_arm_home"
 
string homeassistant.components.satel_integra.SIGNAL_PANEL_DISARM = "satel_integra.panel_disarm"
 
string homeassistant.components.satel_integra.SIGNAL_PANEL_MESSAGE = "satel_integra.panel_message"
 
string homeassistant.components.satel_integra.SIGNAL_ZONES_UPDATED = "satel_integra.zones_updated"
 
 homeassistant.components.satel_integra.ZONE_SCHEMA
 
string homeassistant.components.satel_integra.ZONES = "zones"