Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.waqi.config_flow Namespace Reference

Classes

class  WAQIConfigFlow
 

Functions

tuple[WAQIAirQuality|None, dict[str, str]] get_by_station_number (WAQIClient client, int station_number)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string CONF_MAP = "map"
 

Detailed Description

Config flow for World Air Quality Index (WAQI) integration.

Function Documentation

◆ get_by_station_number()

tuple[WAQIAirQuality | None, dict[str, str]] homeassistant.components.waqi.config_flow.get_by_station_number ( WAQIClient  client,
int   station_number 
)
Get measuring station by station number.

Definition at line 38 of file config_flow.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.waqi.config_flow._LOGGER = logging.getLogger(__name__)
private

Definition at line 33 of file config_flow.py.

◆ CONF_MAP

string homeassistant.components.waqi.config_flow.CONF_MAP = "map"

Definition at line 35 of file config_flow.py.