Namespaces | |
| config_flow | |
| const | |
| weather | |
Functions | |
| bool | async_migrate_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.WEATHER] |
Support for the Swedish weather institute weather service.
| bool homeassistant.components.smhi.async_migrate_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Migrate old entry.
Definition at line 33 of file __init__.py.
| bool homeassistant.components.smhi.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up SMHI forecast as config entry.
Definition at line 16 of file __init__.py.
| bool homeassistant.components.smhi.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 28 of file __init__.py.
| list homeassistant.components.smhi.PLATFORMS = [Platform.WEATHER] |
Definition at line 13 of file __init__.py.