Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.airvisual.const
 

Variables

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