Namespaces | |
| config_flow | |
| const | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| def | get_measures (station_data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.SENSOR] |
UK Environment Agency Flood Monitoring Integration.
| bool homeassistant.components.eafm.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up flood monitoring sensors for this config entry.
Definition at line 32 of file __init__.py.
| bool homeassistant.components.eafm.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload flood monitoring sensors.
Definition at line 62 of file __init__.py.
| def homeassistant.components.eafm.get_measures | ( | station_data | ) |
Force measure key to always be a list.
Definition at line 23 of file __init__.py.
|
private |
Definition at line 20 of file __init__.py.
| list homeassistant.components.eafm.PLATFORMS = [Platform.SENSOR] |
Definition at line 18 of file __init__.py.