Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.tomorrowio.const
 

Variables

string homeassistant.components.tomorrowio.const.ATTR_CLOUD_COVER = "cloud_cover"
 
string homeassistant.components.tomorrowio.const.ATTR_PRECIPITATION_TYPE = "precipitation_type"
 
string homeassistant.components.tomorrowio.const.ATTR_WIND_GUST = "wind_gust"
 
string homeassistant.components.tomorrowio.const.ATTRIBUTION = "Powered by Tomorrow.io"
 
dictionary homeassistant.components.tomorrowio.const.CLEAR_CONDITIONS = {"night": ATTR_CONDITION_CLEAR_NIGHT, "day": ATTR_CONDITION_SUNNY}
 
dictionary homeassistant.components.tomorrowio.const.CONDITIONS
 
string homeassistant.components.tomorrowio.const.CONF_TIMESTEP = "timestep"
 
 homeassistant.components.tomorrowio.const.DEFAULT_FORECAST_TYPE = DAILY
 
string homeassistant.components.tomorrowio.const.DEFAULT_NAME = INTEGRATION_NAME
 
int homeassistant.components.tomorrowio.const.DEFAULT_TIMESTEP = 60
 
string homeassistant.components.tomorrowio.const.DOMAIN = "tomorrowio"
 
list homeassistant.components.tomorrowio.const.FORECAST_TYPES = [DAILY, HOURLY, NOWCAST]
 
string homeassistant.components.tomorrowio.const.INTEGRATION_NAME = "Tomorrow.io"
 
 homeassistant.components.tomorrowio.const.LOGGER = logging.getLogger(__package__)
 
dictionary homeassistant.components.tomorrowio.const.MAX_FORECASTS
 
int homeassistant.components.tomorrowio.const.MAX_REQUESTS_PER_DAY = 100
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_CARBON_MONOXIDE = "pollutantCO"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_CHINA_AQI = "mepIndex"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_CHINA_HEALTH_CONCERN = "mepHealthConcern"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_CHINA_PRIMARY_POLLUTANT = "mepPrimaryPollutant"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_CLOUD_BASE = "cloudBase"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_CLOUD_CEILING = "cloudCeiling"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_CLOUD_COVER = "cloudCover"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_CONDITION = "weatherCode"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_DEW_POINT = "dewPoint"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_EPA_AQI = "epaIndex"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_EPA_HEALTH_CONCERN = "epaHealthConcern"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_EPA_PRIMARY_POLLUTANT = "epaPrimaryPollutant"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_FEELS_LIKE = "temperatureApparent"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_FIRE_INDEX = "fireIndex"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_HUMIDITY = "humidity"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_NITROGEN_DIOXIDE = "pollutantNO2"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_OZONE = "pollutantO3"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_PARTICULATE_MATTER_10 = "particulateMatter10"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_PARTICULATE_MATTER_25 = "particulateMatter25"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_POLLEN_GRASS = "grassIndex"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_POLLEN_TREE = "treeIndex"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_POLLEN_WEED = "weedIndex"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_PRECIPITATION = "precipitationIntensityAvg"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_PRECIPITATION_PROBABILITY = "precipitationProbability"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_PRECIPITATION_TYPE = "precipitationType"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_PRESSURE = "pressureSeaLevel"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_PRESSURE_SURFACE_LEVEL = "pressureSurfaceLevel"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_SOLAR_GHI = "solarGHI"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_SULPHUR_DIOXIDE = "pollutantSO2"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_TEMPERATURE = "temperature"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_TEMPERATURE_HIGH = "temperatureMax"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_TEMPERATURE_LOW = "temperatureMin"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_TIMESTAMP = "startTime"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_UV_HEALTH_CONCERN = "uvHealthConcern"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_UV_INDEX = "uvIndex"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_VISIBILITY = "visibility"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_WIND_DIRECTION = "windDirection"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_WIND_GUST = "windGust"
 
string homeassistant.components.tomorrowio.const.TMRW_ATTR_WIND_SPEED = "windSpeed"