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

Variables

string ATTR_NEXT_RAIN_1_HOUR_FORECAST = "1_hour_forecast"
 
string ATTR_NEXT_RAIN_DT_REF = "forecast_time_ref"
 
string ATTRIBUTION = "Data provided by Météo-France"
 
dictionary CONDITION_MAP
 
string CONF_CITY = "city"
 
string COORDINATOR_ALERT = "coordinator_alert"
 
string COORDINATOR_FORECAST = "coordinator_forecast"
 
string COORDINATOR_RAIN = "coordinator_rain"
 
string DOMAIN = "meteo_france"
 
string FORECAST_MODE_DAILY = "daily"
 
string FORECAST_MODE_HOURLY = "hourly"
 
string MANUFACTURER = "Météo-France"
 
string MODEL = "Météo-France mobile API"
 
list PLATFORMS = [Platform.SENSOR, Platform.WEATHER]
 
string UNDO_UPDATE_LISTENER = "undo_update_listener"
 

Detailed Description

Meteo-France component constants.

Variable Documentation

◆ ATTR_NEXT_RAIN_1_HOUR_FORECAST

string homeassistant.components.meteo_france.const.ATTR_NEXT_RAIN_1_HOUR_FORECAST = "1_hour_forecast"

Definition at line 38 of file const.py.

◆ ATTR_NEXT_RAIN_DT_REF

string homeassistant.components.meteo_france.const.ATTR_NEXT_RAIN_DT_REF = "forecast_time_ref"

Definition at line 39 of file const.py.

◆ ATTRIBUTION

string homeassistant.components.meteo_france.const.ATTRIBUTION = "Data provided by Météo-France"

Definition at line 30 of file const.py.

◆ CONDITION_MAP

dictionary homeassistant.components.meteo_france.const.CONDITION_MAP
Initial value:
1 = {
2  cond_code: cond_ha
3  for cond_ha, cond_codes in CONDITION_CLASSES.items()
4  for cond_code in cond_codes
5 }

Definition at line 92 of file const.py.

◆ CONF_CITY

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

Definition at line 34 of file const.py.

◆ COORDINATOR_ALERT

string homeassistant.components.meteo_france.const.COORDINATOR_ALERT = "coordinator_alert"

Definition at line 28 of file const.py.

◆ COORDINATOR_FORECAST

string homeassistant.components.meteo_france.const.COORDINATOR_FORECAST = "coordinator_forecast"

Definition at line 26 of file const.py.

◆ COORDINATOR_RAIN

string homeassistant.components.meteo_france.const.COORDINATOR_RAIN = "coordinator_rain"

Definition at line 27 of file const.py.

◆ DOMAIN

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

Definition at line 24 of file const.py.

◆ FORECAST_MODE_DAILY

string homeassistant.components.meteo_france.const.FORECAST_MODE_DAILY = "daily"

Definition at line 36 of file const.py.

◆ FORECAST_MODE_HOURLY

string homeassistant.components.meteo_france.const.FORECAST_MODE_HOURLY = "hourly"

Definition at line 35 of file const.py.

◆ MANUFACTURER

string homeassistant.components.meteo_france.const.MANUFACTURER = "Météo-France"

Definition at line 32 of file const.py.

◆ MODEL

string homeassistant.components.meteo_france.const.MODEL = "Météo-France mobile API"

Definition at line 31 of file const.py.

◆ PLATFORMS

list homeassistant.components.meteo_france.const.PLATFORMS = [Platform.SENSOR, Platform.WEATHER]

Definition at line 25 of file const.py.

◆ UNDO_UPDATE_LISTENER

string homeassistant.components.meteo_france.const.UNDO_UPDATE_LISTENER = "undo_update_listener"

Definition at line 29 of file const.py.