Namespaces | |
| cover | |
| entity | |
| switch | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType base_config) |
| def | discover_devices (hass, hass_config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_SERVER = "server" |
| string | CONF_SERVERS = "servers" |
| CONFIG_SCHEMA | |
| string | DOMAIN = "supla" |
| SCAN_INTERVAL = timedelta(seconds=10) | |
| SERVER_CONFIG | |
| string | SUPLA_COORDINATORS = "supla_coordinators" |
| dictionary | SUPLA_FUNCTION_HA_CMP_MAP |
| string | SUPLA_FUNCTION_NONE = "NONE" |
| string | SUPLA_SERVERS = "supla_servers" |
Support for Supla devices.
| bool homeassistant.components.supla.async_setup | ( | HomeAssistant | hass, |
| ConfigType | base_config | ||
| ) |
Set up the Supla component.
Definition at line 55 of file __init__.py.
| def homeassistant.components.supla.discover_devices | ( | hass, | |
| hass_config | |||
| ) |
Run periodically to discover new devices. Currently it is only run at startup.
Definition at line 93 of file __init__.py.
|
private |
Definition at line 20 of file __init__.py.
| string homeassistant.components.supla.CONF_SERVER = "server" |
Definition at line 23 of file __init__.py.
| string homeassistant.components.supla.CONF_SERVERS = "servers" |
Definition at line 24 of file __init__.py.
| homeassistant.components.supla.CONFIG_SCHEMA |
Definition at line 45 of file __init__.py.
| string homeassistant.components.supla.DOMAIN = "supla" |
Definition at line 22 of file __init__.py.
| homeassistant.components.supla.SCAN_INTERVAL = timedelta(seconds=10) |
Definition at line 26 of file __init__.py.
| homeassistant.components.supla.SERVER_CONFIG |
Definition at line 38 of file __init__.py.
| string homeassistant.components.supla.SUPLA_COORDINATORS = "supla_coordinators" |
Definition at line 36 of file __init__.py.
| dictionary homeassistant.components.supla.SUPLA_FUNCTION_HA_CMP_MAP |
Definition at line 28 of file __init__.py.
| string homeassistant.components.supla.SUPLA_FUNCTION_NONE = "NONE" |
Definition at line 34 of file __init__.py.
| string homeassistant.components.supla.SUPLA_SERVERS = "supla_servers" |
Definition at line 35 of file __init__.py.