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

Variables

string CONF_CITY = "city"
 
string CONF_GEOGRAPHIES = "geographies"
 
string CONF_INTEGRATION_TYPE = "integration_type"
 
string DOMAIN = "airvisual"
 
string INTEGRATION_TYPE_GEOGRAPHY_COORDS = "Geographical Location by Latitude/Longitude"
 
string INTEGRATION_TYPE_GEOGRAPHY_NAME = "Geographical Location by Name"
 
string INTEGRATION_TYPE_NODE_PRO = "AirVisual Node/Pro"
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Define AirVisual constants.

Variable Documentation

◆ CONF_CITY

string homeassistant.components.airvisual.const.CONF_CITY = "city"

Definition at line 12 of file const.py.

◆ CONF_GEOGRAPHIES

string homeassistant.components.airvisual.const.CONF_GEOGRAPHIES = "geographies"

Definition at line 13 of file const.py.

◆ CONF_INTEGRATION_TYPE

string homeassistant.components.airvisual.const.CONF_INTEGRATION_TYPE = "integration_type"

Definition at line 14 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ INTEGRATION_TYPE_GEOGRAPHY_COORDS

string homeassistant.components.airvisual.const.INTEGRATION_TYPE_GEOGRAPHY_COORDS = "Geographical Location by Latitude/Longitude"

Definition at line 8 of file const.py.

◆ INTEGRATION_TYPE_GEOGRAPHY_NAME

string homeassistant.components.airvisual.const.INTEGRATION_TYPE_GEOGRAPHY_NAME = "Geographical Location by Name"

Definition at line 9 of file const.py.

◆ INTEGRATION_TYPE_NODE_PRO

string homeassistant.components.airvisual.const.INTEGRATION_TYPE_NODE_PRO = "AirVisual Node/Pro"

Definition at line 10 of file const.py.

◆ LOGGER

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

Definition at line 6 of file const.py.