Namespaces | |
| alarm_control_panel | |
| binary_sensor | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_API_URL = "api_url" |
| string | CONF_WS_URL = "ws_url" |
| CONFIG_SCHEMA | |
| string | DATA_API = "spc_api" |
| string | DOMAIN = "spc" |
| string | SIGNAL_UPDATE_ALARM = "spc_update_alarm_{}" |
| string | SIGNAL_UPDATE_SENSOR = "spc_update_sensor_{}" |
Support for Vanderbilt (formerly Siemens) SPC alarm systems.
| bool homeassistant.components.spc.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the SPC component.
Definition at line 41 of file __init__.py.
|
private |
Definition at line 17 of file __init__.py.
| string homeassistant.components.spc.CONF_API_URL = "api_url" |
Definition at line 20 of file __init__.py.
| string homeassistant.components.spc.CONF_WS_URL = "ws_url" |
Definition at line 19 of file __init__.py.
| homeassistant.components.spc.CONFIG_SCHEMA |
Definition at line 28 of file __init__.py.
| string homeassistant.components.spc.DATA_API = "spc_api" |
Definition at line 23 of file __init__.py.
| string homeassistant.components.spc.DOMAIN = "spc" |
Definition at line 22 of file __init__.py.
| string homeassistant.components.spc.SIGNAL_UPDATE_ALARM = "spc_update_alarm_{}" |
Definition at line 25 of file __init__.py.
| string homeassistant.components.spc.SIGNAL_UPDATE_SENSOR = "spc_update_sensor_{}" |
Definition at line 26 of file __init__.py.