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" |
Meteo-France component constants.
| string homeassistant.components.meteo_france.const.ATTR_NEXT_RAIN_1_HOUR_FORECAST = "1_hour_forecast" |
| string homeassistant.components.meteo_france.const.ATTR_NEXT_RAIN_DT_REF = "forecast_time_ref" |
| string homeassistant.components.meteo_france.const.ATTRIBUTION = "Data provided by Météo-France" |
| dictionary homeassistant.components.meteo_france.const.CONDITION_MAP |
| string homeassistant.components.meteo_france.const.CONF_CITY = "city" |
| string homeassistant.components.meteo_france.const.COORDINATOR_ALERT = "coordinator_alert" |
| string homeassistant.components.meteo_france.const.COORDINATOR_FORECAST = "coordinator_forecast" |
| string homeassistant.components.meteo_france.const.COORDINATOR_RAIN = "coordinator_rain" |
| string homeassistant.components.meteo_france.const.DOMAIN = "meteo_france" |
| string homeassistant.components.meteo_france.const.FORECAST_MODE_DAILY = "daily" |
| string homeassistant.components.meteo_france.const.FORECAST_MODE_HOURLY = "hourly" |
| string homeassistant.components.meteo_france.const.MANUFACTURER = "Météo-France" |
| string homeassistant.components.meteo_france.const.MODEL = "Météo-France mobile API" |
| list homeassistant.components.meteo_france.const.PLATFORMS = [Platform.SENSOR, Platform.WEATHER] |