Namespaces | |
| config_flow | |
| const | |
| sensor | |
Functions | |
| bool | async_remove_config_entry_device (HomeAssistant hass, ConfigEntry config_entry, DeviceEntry device_entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS |
Get data from Smart Weather station via UDP.
| bool homeassistant.components.weatherflow.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| DeviceEntry | device_entry | ||
| ) |
Remove a config entry from a device.
Definition at line 82 of file __init__.py.
| bool homeassistant.components.weatherflow.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up WeatherFlow from a config entry.
Definition at line 24 of file __init__.py.
| bool homeassistant.components.weatherflow.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 72 of file __init__.py.
| list homeassistant.components.weatherflow.PLATFORMS |
Definition at line 19 of file __init__.py.