From dfee71b20ceb5bcf54ec46cf359358881114c2fa Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 8 Oct 2019 16:55:14 +0200 Subject: [PATCH] Airly move (#10664) * Move file to correct location * Add heading --- .../{_components => _integrations}/airly.markdown | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) rename source/{_components => _integrations}/airly.markdown (81%) diff --git a/source/_components/airly.markdown b/source/_integrations/airly.markdown similarity index 81% rename from source/_components/airly.markdown rename to source/_integrations/airly.markdown index f5a4540c3fd..433dd654567 100644 --- a/source/_components/airly.markdown +++ b/source/_integrations/airly.markdown @@ -8,13 +8,21 @@ ha_release: 0.101 ha_iot_class: Cloud Polling --- -The `airly` integration uses the [Airly](https://airly.eu/) web service as a source for air quality data for your location. To generate an Airly API key, go to [Airly for developers](https://developer.airly.eu/register) page. +The `airly` integration uses the [Airly](https://airly.eu/) web service as a source for air quality data for your location. + +## Setup + +To generate an Airly API key, go to [Airly for developers](https://developer.airly.eu/register) page. ## Configuration To add Airly to your installation, go to **Configuration** >> **Integrations** in the UI and enable the Airly integration. By default, the values will be taken from the Home Assistant configuration. {% configuration %} +api_key: + description: The Airly API key. + required: true + type: string name: description: Manually specify Name. required: false @@ -30,8 +38,4 @@ longitude: required: false type: float default: Provided by Home Assistant configuration -api_key: - description: Airly API key. - required: true - type: string {% endconfiguration %}