mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Ampio Smog platform documentation (#8611)
This commit is contained in:
parent
b3e9a52626
commit
14c9988202
46
source/_components/ampio.markdown
Normal file
46
source/_components/ampio.markdown
Normal 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 %}
|
||||
|
BIN
source/images/supported_brands/ampio_smog.png
Normal file
BIN
source/images/supported_brands/ampio_smog.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
Loading…
x
Reference in New Issue
Block a user