From 9a532a90fac9f4870c18befdd7aa875c24376e6b Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Mon, 30 Mar 2020 14:38:20 +0200 Subject: [PATCH] =?UTF-8?q?Update=20documentation=20for=20Airly=20integrat?= =?UTF-8?q?ion=20dynamic=20update=20inte=E2=80=A6=20(#11969)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_integrations/airly.markdown | 30 +++++++---------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/source/_integrations/airly.markdown b/source/_integrations/airly.markdown index 6dee218c8fd..922b78da408 100644 --- a/source/_integrations/airly.markdown +++ b/source/_integrations/airly.markdown @@ -11,7 +11,7 @@ ha_codeowners: ha_domain: airly --- -The `airly` integration uses the [Airly](https://airly.eu/) web service as a source for air quality data for your location. +The `airly` integration uses the [Airly](https://airly.eu/) web service as a source for air quality data for your location. ## Setup @@ -19,26 +19,10 @@ To generate an Airly API key, go to [Airly for developers](https://developer.air ## 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. +To add Airly to your installation, go to **Configuration** >> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **Airly**. 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 - type: string - default: Airly -latitude: - description: Manually specify latitude. - required: false - type: float - default: Provided by Home Assistant configuration -longitude: - description: Manually specify longitude. - required: false - type: float - default: Provided by Home Assistant configuration -{% endconfiguration %} +
+ +Airly allows 100 data updates per day. For this reason, the more Airly instances configured, the less frequent updates will be. For one configured Airly instance, data will be updated every 15 minutes, for two configured instances, data will be updated every 30 minutes, for three configured instances, data will be updated every 45 minutes, etc. + +