Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, AirthingsBLEConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, AirthingsBLEConfigEntry entry) |
The Airthings BLE integration.
| bool homeassistant.components.airthings_ble.async_setup_entry | ( | HomeAssistant | hass, |
| AirthingsBLEConfigEntry | entry | ||
| ) |
Set up Airthings BLE device from a config entry.
Definition at line 14 of file __init__.py.
| bool homeassistant.components.airthings_ble.async_unload_entry | ( | HomeAssistant | hass, |
| AirthingsBLEConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 34 of file __init__.py.