Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| sensor | |
Functions | |
| None | _async_update_listener (HomeAssistant hass, AwairConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, AwairConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, AwairConfigEntry config_entry) |
Variables | |
| list | PLATFORMS = [Platform.SENSOR] |
The awair component.
|
private |
Handle options update.
Definition at line 44 of file __init__.py.
| bool homeassistant.components.awair.async_setup_entry | ( | HomeAssistant | hass, |
| AwairConfigEntry | config_entry | ||
| ) |
Set up Awair integration from a config entry.
Definition at line 19 of file __init__.py.
| bool homeassistant.components.awair.async_unload_entry | ( | HomeAssistant | hass, |
| AwairConfigEntry | config_entry | ||
| ) |
Unload Awair configuration.
Definition at line 50 of file __init__.py.
| list homeassistant.components.awair.PLATFORMS = [Platform.SENSOR] |
Definition at line 16 of file __init__.py.