Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.weatherflow.const
 

Functions

str homeassistant.components.weatherflow.const.format_dispatch_call (ConfigEntry config_entry)
 

Variables

string homeassistant.components.weatherflow.const.DOMAIN = "weatherflow"
 
string homeassistant.components.weatherflow.const.ERROR_MSG_ADDRESS_IN_USE = "address_in_use"
 
string homeassistant.components.weatherflow.const.ERROR_MSG_CANNOT_CONNECT = "cannot_connect"
 
string homeassistant.components.weatherflow.const.ERROR_MSG_NO_DEVICE_FOUND = "no_device_found"
 
 homeassistant.components.weatherflow.const.LOGGER = logging.getLogger(__package__)