Ampio Smog platform documentation (#8611)

This commit is contained in:
Klaudiusz Staniek 2019-03-31 12:19:27 +02:00 committed by Franck Nijhof
parent b3e9a52626
commit 14c9988202
2 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,46 @@
---
layout: page
title: "Ampio Smog"
description: "Instructions on how to setup Ampio Smog sensors in Home Assistant."
date: 2019-02-17 00:00
sidebar: true
comments: false
sharing: true
footer: true
logo: ampio_smog.png
ha_category:
- Health
- Sensor
ha_release: 0.92
ha_iot_class: "Cloud Polling"
---
The `ampio` air quality platform will query the open data API of [ampio.pl](http://smog1.ampio.pl:3050/) to monitor air quality sensor station.
## {% linkable_title Setup %}
To get the ID of a station you need to contact Ampio directly.
## {% linkable_title Manual Configuration %}
To enable this platform, add the following lines to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
air_quality:
- platform: ampio
station_id: STATION_ID
```
{% configuration %}
station_id:
description: The ID of the station to monitor.
required: true
type: string
name:
description: Name of the sensor to use in the frontend.
required: false
default: Station name
type: string
{% endconfiguration %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB