Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.lightwave
 

Functions

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

Variables

 homeassistant.components.lightwave._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.lightwave.CONF_PROXY_IP = "proxy_ip"
 
string homeassistant.components.lightwave.CONF_PROXY_PORT = "proxy_port"
 
string homeassistant.components.lightwave.CONF_SERIAL = "serial"
 
string homeassistant.components.lightwave.CONF_TRV = "trv"
 
string homeassistant.components.lightwave.CONF_TRVS = "trvs"
 
 homeassistant.components.lightwave.CONFIG_SCHEMA
 
int homeassistant.components.lightwave.DEFAULT_PROXY_PORT = 7878
 
string homeassistant.components.lightwave.DOMAIN = "lightwave"
 
string homeassistant.components.lightwave.LIGHTWAVE_LINK = f"{DOMAIN}_link"
 
string homeassistant.components.lightwave.LIGHTWAVE_TRV_PROXY = f"{DOMAIN}_proxy"
 
string homeassistant.components.lightwave.LIGHTWAVE_TRV_PROXY_PORT = f"{DOMAIN}_proxy_port"
 
tuple homeassistant.components.lightwave.PLATFORMS = (Platform.CLIMATE, Platform.SENSOR)