Namespaces | |
| config_flow | |
| const | |
| diagnostics | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.SENSOR] |
Support for Sensor.Community stations. Sensor.Community was previously called Luftdaten, hence the domain differs from the integration name.
| bool homeassistant.components.luftdaten.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Sensor.Community as config entry.
Definition at line 27 of file __init__.py.
| bool homeassistant.components.luftdaten.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload an Sensor.Community config entry.
Definition at line 68 of file __init__.py.
|
private |
Definition at line 22 of file __init__.py.
| list homeassistant.components.luftdaten.PLATFORMS = [Platform.SENSOR] |
Definition at line 24 of file __init__.py.