diff --git a/source/_components/ampio.markdown b/source/_components/ampio.markdown new file mode 100644 index 00000000000..a6564672767 --- /dev/null +++ b/source/_components/ampio.markdown @@ -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 %} + diff --git a/source/images/supported_brands/ampio_smog.png b/source/images/supported_brands/ampio_smog.png new file mode 100644 index 00000000000..bbc27d9de5f Binary files /dev/null and b/source/images/supported_brands/ampio_smog.png differ