Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| entity | |
| sensor | |
Functions | |
| None | async_handle_entry_update (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.SENSOR] |
The PurpleAir integration.
| None homeassistant.components.purpleair.async_handle_entry_update | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle an options update.
Definition at line 28 of file __init__.py.
| bool homeassistant.components.purpleair.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up PurpleAir from a config entry.
Definition at line 15 of file __init__.py.
| bool homeassistant.components.purpleair.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 33 of file __init__.py.
| list homeassistant.components.purpleair.PLATFORMS = [Platform.SENSOR] |
Definition at line 12 of file __init__.py.