Namespaces | |
| config_flow | |
| const | |
| sensor | |
| weather | |
Functions | |
| None | _async_update_listener (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CITY_SCHEMA = vol.Schema({vol.Required(CONF_CITY): cv.string}) | |
| SCAN_INTERVAL = timedelta(minutes=15) | |
| SCAN_INTERVAL_RAIN = timedelta(minutes=5) | |
Support for Meteo-France weather data.
|
private |
Handle options update.
Definition at line 166 of file __init__.py.
| bool homeassistant.components.meteo_france.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up an Meteo-France account from a config entry.
Definition at line 37 of file __init__.py.
| bool homeassistant.components.meteo_france.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 141 of file __init__.py.
|
private |
Definition at line 28 of file __init__.py.
| homeassistant.components.meteo_france.CITY_SCHEMA = vol.Schema({vol.Required(CONF_CITY): cv.string}) |
Definition at line 34 of file __init__.py.
| homeassistant.components.meteo_france.SCAN_INTERVAL = timedelta(minutes=15) |
Definition at line 31 of file __init__.py.
| homeassistant.components.meteo_france.SCAN_INTERVAL_RAIN = timedelta(minutes=5) |
Definition at line 30 of file __init__.py.