Namespaces | |
| config_flow | |
| const | |
| data | |
| helpers | |
| sensor | |
| weather | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| DeviceInfo | get_device_info (str coordinates, str name) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.SENSOR, Platform.WEATHER] |
The Met Office integration.
| bool homeassistant.components.metoffice.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up a Met Office entry.
Definition at line 44 of file __init__.py.
| bool homeassistant.components.metoffice.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 146 of file __init__.py.
| DeviceInfo homeassistant.components.metoffice.get_device_info | ( | str | coordinates, |
| str | name | ||
| ) |
Return device registry information.
Definition at line 156 of file __init__.py.
|
private |
Definition at line 39 of file __init__.py.
| list homeassistant.components.metoffice.PLATFORMS = [Platform.SENSOR, Platform.WEATHER] |
Definition at line 41 of file __init__.py.