Skip to content

Commit 50fefab

Browse files
authored
Add Air Pollutants docs (home-assistant#7645)
* Add Air Pollutants docs * Remove some values
1 parent 96ad26d commit 50fefab

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: page
3+
title: "Air Pollutants"
4+
description: "Instructions on how to air pollutants sensors with Home Assistant"
5+
date: 2018-11-25 08:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
---
11+
12+
The `air_pollutants` gather information about the air quality and pollution details.
13+
14+
The platforms cover the following levels (if they are available):
15+
16+
- The particulate matter 0.1 (<= 0.1 μm) level.
17+
- The particulate matter 2.5 (<= 2.5 μm) level.
18+
- The particulate matter 10 (<= 10 μm) level.
19+
- The Air Quality Index (AQI).
20+
- The O3 (ozone) level.
21+
- The CO (carbon monoxide) level.
22+
- The CO2 (carbon dioxide) level.
23+
- The SO2 (sulphur dioxide) level.
24+
- The N2O (nitrogen oxide) level.
25+
- The NO (nitrogen monoxide) level.
26+
- The NO2 (nitrogen dioxide) level.
27+

source/_components/demo.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The `demo` platform allows you to use components which are providing a demo of t
1717

1818
Available demo platforms:
1919

20+
- [Air Pollutants]((/components/air_pollutants/) (`air_pollutants`)
2021
- [Alarm control panel](/components/alarm_control_panel/) (`alarm_control_panel`)
2122
- [Binary sensor](/components/binary_sensor/) (`binary_sensor`)
2223
- [Camera](/components/camera/) (`camera`)

0 commit comments

Comments
 (0)