Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.openweathermap.const
 

Variables

string homeassistant.components.openweathermap.const.ATTR_API_CLOUD_COVERAGE = "cloud_coverage"
 
string homeassistant.components.openweathermap.const.ATTR_API_CLOUDS = "clouds"
 
string homeassistant.components.openweathermap.const.ATTR_API_CONDITION = "condition"
 
string homeassistant.components.openweathermap.const.ATTR_API_CURRENT = "current"
 
string homeassistant.components.openweathermap.const.ATTR_API_DAILY_FORECAST = "daily_forecast"
 
string homeassistant.components.openweathermap.const.ATTR_API_DATETIME = "datetime"
 
string homeassistant.components.openweathermap.const.ATTR_API_DEW_POINT = "dew_point"
 
string homeassistant.components.openweathermap.const.ATTR_API_FEELS_LIKE_TEMPERATURE = "feels_like_temperature"
 
string homeassistant.components.openweathermap.const.ATTR_API_FORECAST = "forecast"
 
string homeassistant.components.openweathermap.const.ATTR_API_HOURLY_FORECAST = "hourly_forecast"
 
string homeassistant.components.openweathermap.const.ATTR_API_HUMIDITY = "humidity"
 
string homeassistant.components.openweathermap.const.ATTR_API_PRECIPITATION = "precipitation"
 
string homeassistant.components.openweathermap.const.ATTR_API_PRECIPITATION_KIND = "precipitation_kind"
 
string homeassistant.components.openweathermap.const.ATTR_API_PRESSURE = "pressure"
 
string homeassistant.components.openweathermap.const.ATTR_API_RAIN = "rain"
 
string homeassistant.components.openweathermap.const.ATTR_API_SNOW = "snow"
 
string homeassistant.components.openweathermap.const.ATTR_API_TEMPERATURE = "temperature"
 
string homeassistant.components.openweathermap.const.ATTR_API_UV_INDEX = "uv_index"
 
string homeassistant.components.openweathermap.const.ATTR_API_VISIBILITY_DISTANCE = "visibility_distance"
 
string homeassistant.components.openweathermap.const.ATTR_API_WEATHER = "weather"
 
string homeassistant.components.openweathermap.const.ATTR_API_WEATHER_CODE = "weather_code"
 
string homeassistant.components.openweathermap.const.ATTR_API_WIND_BEARING = "wind_bearing"
 
string homeassistant.components.openweathermap.const.ATTR_API_WIND_GUST = "wind_gust"
 
string homeassistant.components.openweathermap.const.ATTR_API_WIND_SPEED = "wind_speed"
 
string homeassistant.components.openweathermap.const.ATTRIBUTION = "Data provided by OpenWeatherMap"
 
dictionary homeassistant.components.openweathermap.const.CONDITION_CLASSES
 
dictionary homeassistant.components.openweathermap.const.CONDITION_MAP
 
int homeassistant.components.openweathermap.const.CONFIG_FLOW_VERSION = 5
 
string homeassistant.components.openweathermap.const.DEFAULT_LANGUAGE = "en"
 
string homeassistant.components.openweathermap.const.DEFAULT_NAME = "OpenWeatherMap"
 
string homeassistant.components.openweathermap.const.DEFAULT_OWM_MODE = OWM_MODE_V30
 
string homeassistant.components.openweathermap.const.DOMAIN = "openweathermap"
 
string homeassistant.components.openweathermap.const.FORECAST_MODE_DAILY = "daily"
 
string homeassistant.components.openweathermap.const.FORECAST_MODE_FREE_DAILY = "freedaily"
 
string homeassistant.components.openweathermap.const.FORECAST_MODE_HOURLY = "hourly"
 
string homeassistant.components.openweathermap.const.FORECAST_MODE_ONECALL_DAILY = "onecall_daily"
 
string homeassistant.components.openweathermap.const.FORECAST_MODE_ONECALL_HOURLY = "onecall_hourly"
 
list homeassistant.components.openweathermap.const.LANGUAGES
 
string homeassistant.components.openweathermap.const.MANUFACTURER = "OpenWeather"
 
string homeassistant.components.openweathermap.const.OWM_MODE_FREE_CURRENT = "current"
 
string homeassistant.components.openweathermap.const.OWM_MODE_FREE_FORECAST = "forecast"
 
string homeassistant.components.openweathermap.const.OWM_MODE_V25 = "v2.5"
 
string homeassistant.components.openweathermap.const.OWM_MODE_V30 = "v3.0"
 
list homeassistant.components.openweathermap.const.OWM_MODES
 
list homeassistant.components.openweathermap.const.PLATFORMS = [Platform.SENSOR, Platform.WEATHER]
 
string homeassistant.components.openweathermap.const.UPDATE_LISTENER = "update_listener"
 
int homeassistant.components.openweathermap.const.WEATHER_CODE_SUNNY_OR_CLEAR_NIGHT = 800