mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Renamed pollutants to air quality (#7901)
* renamed pollutants to air quality * Update demo.markdown
This commit is contained in:
parent
bd15a1fc26
commit
7495e107ef
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Air Pollutants"
|
title: "Air Quality"
|
||||||
description: "Instructions on how to air pollutants sensors with Home Assistant"
|
description: "Instructions on how to add air quality sensors with Home Assistant"
|
||||||
date: 2018-11-25 08:00
|
date: 2018-11-25 08:00
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
@ -9,7 +9,7 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
The `air_pollutants` gather information about the air quality and pollution details.
|
The `air_quality` gather information about the air quality and pollution details.
|
||||||
|
|
||||||
The platforms cover the following levels (if they are available):
|
The platforms cover the following levels (if they are available):
|
||||||
|
|
@ -13,7 +13,7 @@ ha_release: 0.85
|
|||||||
ha_iot_class: "Cloud Polling"
|
ha_iot_class: "Cloud Polling"
|
||||||
---
|
---
|
||||||
|
|
||||||
The `opensensemap` air pollutants platform will query the open data API of [openSenseMap.org](https://opensensemap.org/) to monitor air quality sensor station.
|
The `opensensemap` air quality platform will query the open data API of [openSenseMap.org](https://opensensemap.org/) to monitor air quality sensor station.
|
||||||
|
|
||||||
## {% linkable_title Setup %}
|
## {% linkable_title Setup %}
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ To enable this platform, add the following lines to your `configuration.yaml` fi
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
air_pollutants:
|
air_quality:
|
||||||
- platform: opensensemap
|
- platform: opensensemap
|
||||||
station_id: STATION_ID
|
station_id: STATION_ID
|
||||||
```
|
```
|
@ -17,7 +17,7 @@ The `demo` platform allows you to use components which are providing a demo of t
|
|||||||
|
|
||||||
Available demo platforms:
|
Available demo platforms:
|
||||||
|
|
||||||
- [Air Pollutants]((/components/air_pollutants/) (`air_pollutants`)
|
- [Air Quality](/components/air_quality/) (`air_quality`)
|
||||||
- [Alarm control panel](/components/alarm_control_panel/) (`alarm_control_panel`)
|
- [Alarm control panel](/components/alarm_control_panel/) (`alarm_control_panel`)
|
||||||
- [Binary sensor](/components/binary_sensor/) (`binary_sensor`)
|
- [Binary sensor](/components/binary_sensor/) (`binary_sensor`)
|
||||||
- [Camera](/components/camera/) (`camera`)
|
- [Camera](/components/camera/) (`camera`)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user