Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| weather | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, MetWeatherConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, MetWeatherConfigEntry config_entry) |
| def | async_update_entry (HomeAssistant hass, MetWeatherConfigEntry config_entry) |
| None | cleanup_old_device (HomeAssistant hass) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| MetWeatherConfigEntry | |
| list | PLATFORMS = [Platform.WEATHER] |
The met component.
| bool homeassistant.components.met.async_setup_entry | ( | HomeAssistant | hass, |
| MetWeatherConfigEntry | config_entry | ||
| ) |
Set up Met as config entry.
Definition at line 27 of file __init__.py.
| bool homeassistant.components.met.async_unload_entry | ( | HomeAssistant | hass, |
| MetWeatherConfigEntry | config_entry | ||
| ) |
Unload a config entry.
Definition at line 63 of file __init__.py.
| def homeassistant.components.met.async_update_entry | ( | HomeAssistant | hass, |
| MetWeatherConfigEntry | config_entry | ||
| ) |
Reload Met component when options changed.
Definition at line 70 of file __init__.py.
| None homeassistant.components.met.cleanup_old_device | ( | HomeAssistant | hass | ) |
Cleanup device without proper device identifier.
Definition at line 75 of file __init__.py.
|
private |
Definition at line 22 of file __init__.py.
| homeassistant.components.met.MetWeatherConfigEntry |
Definition at line 24 of file __init__.py.
| list homeassistant.components.met.PLATFORMS = [Platform.WEATHER] |
Definition at line 20 of file __init__.py.