Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
layout: page
title: "Air Pollutants"
description: "Instructions on how to air pollutants sensors with Home Assistant"
title: "Air Quality"
description: "Instructions on how to add air quality sensors with Home Assistant"
date: 2018-11-25 08:00
sidebar: true
comments: false
sharing: 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):

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ha_release: 0.85
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 %}

Expand All @@ -25,7 +25,7 @@ To enable this platform, add the following lines to your `configuration.yaml` fi

```yaml
# Example configuration.yaml entry
air_pollutants:
air_quality:
- platform: opensensemap
station_id: STATION_ID
```
Expand Down
3 changes: 2 additions & 1 deletion source/_components/demo.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ The `demo` platform allows you to use components which are providing a demo of t

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`)
- [Binary sensor](/components/binary_sensor/) (`binary_sensor`)
- [Camera](/components/camera/) (`camera`)
Expand Down