Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.supla
 

Functions

bool homeassistant.components.supla.async_setup (HomeAssistant hass, ConfigType base_config)
 
def homeassistant.components.supla.discover_devices (hass, hass_config)
 

Variables

 homeassistant.components.supla._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.supla.CONF_SERVER = "server"
 
string homeassistant.components.supla.CONF_SERVERS = "servers"
 
 homeassistant.components.supla.CONFIG_SCHEMA
 
string homeassistant.components.supla.DOMAIN = "supla"
 
 homeassistant.components.supla.SCAN_INTERVAL = timedelta(seconds=10)
 
 homeassistant.components.supla.SERVER_CONFIG
 
string homeassistant.components.supla.SUPLA_COORDINATORS = "supla_coordinators"
 
dictionary homeassistant.components.supla.SUPLA_FUNCTION_HA_CMP_MAP
 
string homeassistant.components.supla.SUPLA_FUNCTION_NONE = "NONE"
 
string homeassistant.components.supla.SUPLA_SERVERS = "supla_servers"