Classes | |
| class | WaqiSensor |
| class | WAQISensorEntityDescription |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_DOMINENTPOL = "dominentpol" |
| string | ATTR_HUMIDITY = "humidity" |
| string | ATTR_NITROGEN_DIOXIDE = "nitrogen_dioxide" |
| string | ATTR_OZONE = "ozone" |
| string | ATTR_PM10 = "pm_10" |
| string | ATTR_PM2_5 = "pm_2_5" |
| string | ATTR_PRESSURE = "pressure" |
| string | ATTR_SULFUR_DIOXIDE = "sulfur_dioxide" |
Support for the World Air Quality Index service.
| None homeassistant.components.waqi.sensor.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
|
private |
| string homeassistant.components.waqi.sensor.ATTR_DOMINENTPOL = "dominentpol" |
| string homeassistant.components.waqi.sensor.ATTR_HUMIDITY = "humidity" |
| string homeassistant.components.waqi.sensor.ATTR_NITROGEN_DIOXIDE = "nitrogen_dioxide" |
| string homeassistant.components.waqi.sensor.ATTR_OZONE = "ozone" |
| string homeassistant.components.waqi.sensor.ATTR_PM10 = "pm_10" |
| string homeassistant.components.waqi.sensor.ATTR_PM2_5 = "pm_2_5" |
| string homeassistant.components.waqi.sensor.ATTR_PRESSURE = "pressure" |