Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.spc
 

Functions

bool homeassistant.components.spc.async_setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.spc._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.spc.CONF_API_URL = "api_url"
 
string homeassistant.components.spc.CONF_WS_URL = "ws_url"
 
 homeassistant.components.spc.CONFIG_SCHEMA
 
string homeassistant.components.spc.DATA_API = "spc_api"
 
string homeassistant.components.spc.DOMAIN = "spc"
 
string homeassistant.components.spc.SIGNAL_UPDATE_ALARM = "spc_update_alarm_{}"
 
string homeassistant.components.spc.SIGNAL_UPDATE_SENSOR = "spc_update_sensor_{}"