Namespaces | |
| climate | |
| light | |
| sensor | |
| switch | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_PROXY_IP = "proxy_ip" |
| string | CONF_PROXY_PORT = "proxy_port" |
| string | CONF_SERIAL = "serial" |
| string | CONF_TRV = "trv" |
| string | CONF_TRVS = "trvs" |
| CONFIG_SCHEMA | |
| int | DEFAULT_PROXY_PORT = 7878 |
| string | DOMAIN = "lightwave" |
| string | LIGHTWAVE_LINK = f"{DOMAIN}_link" |
| string | LIGHTWAVE_TRV_PROXY = f"{DOMAIN}_proxy" |
| string | LIGHTWAVE_TRV_PROXY_PORT = f"{DOMAIN}_proxy_port" |
| tuple | PLATFORMS = (Platform.CLIMATE, Platform.SENSOR) |
Support for device connected via Lightwave WiFi-link hub.
| bool homeassistant.components.lightwave.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Try to start embedded Lightwave broker.
Definition at line 71 of file __init__.py.
|
private |
Definition at line 31 of file __init__.py.
| string homeassistant.components.lightwave.CONF_PROXY_IP = "proxy_ip" |
Definition at line 21 of file __init__.py.
| string homeassistant.components.lightwave.CONF_PROXY_PORT = "proxy_port" |
Definition at line 22 of file __init__.py.
| string homeassistant.components.lightwave.CONF_SERIAL = "serial" |
Definition at line 20 of file __init__.py.
| string homeassistant.components.lightwave.CONF_TRV = "trv" |
Definition at line 23 of file __init__.py.
| string homeassistant.components.lightwave.CONF_TRVS = "trvs" |
Definition at line 24 of file __init__.py.
| homeassistant.components.lightwave.CONFIG_SCHEMA |
Definition at line 34 of file __init__.py.
| int homeassistant.components.lightwave.DEFAULT_PROXY_PORT = 7878 |
Definition at line 25 of file __init__.py.
| string homeassistant.components.lightwave.DOMAIN = "lightwave" |
Definition at line 26 of file __init__.py.
| string homeassistant.components.lightwave.LIGHTWAVE_LINK = f"{DOMAIN}_link" |
Definition at line 27 of file __init__.py.
| string homeassistant.components.lightwave.LIGHTWAVE_TRV_PROXY = f"{DOMAIN}_proxy" |
Definition at line 28 of file __init__.py.
| string homeassistant.components.lightwave.LIGHTWAVE_TRV_PROXY_PORT = f"{DOMAIN}_proxy_port" |
Definition at line 29 of file __init__.py.
| tuple homeassistant.components.lightwave.PLATFORMS = (Platform.CLIMATE, Platform.SENSOR) |
Definition at line 68 of file __init__.py.