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