Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.weatherflow.const Namespace Reference

Functions

str format_dispatch_call (ConfigEntry config_entry)
 

Variables

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

Detailed Description

Constants for the WeatherFlow integration.

Function Documentation

◆ format_dispatch_call()

str homeassistant.components.weatherflow.const.format_dispatch_call ( ConfigEntry  config_entry)
Construct a dispatch call from a ConfigEntry.

Definition at line 11 of file const.py.

Variable Documentation

◆ DOMAIN

string homeassistant.components.weatherflow.const.DOMAIN = "weatherflow"

Definition at line 7 of file const.py.

◆ ERROR_MSG_ADDRESS_IN_USE

string homeassistant.components.weatherflow.const.ERROR_MSG_ADDRESS_IN_USE = "address_in_use"

Definition at line 16 of file const.py.

◆ ERROR_MSG_CANNOT_CONNECT

string homeassistant.components.weatherflow.const.ERROR_MSG_CANNOT_CONNECT = "cannot_connect"

Definition at line 17 of file const.py.

◆ ERROR_MSG_NO_DEVICE_FOUND

string homeassistant.components.weatherflow.const.ERROR_MSG_NO_DEVICE_FOUND = "no_device_found"

Definition at line 18 of file const.py.

◆ LOGGER

homeassistant.components.weatherflow.const.LOGGER = logging.getLogger(__package__)

Definition at line 8 of file const.py.