Update documentation for Airly integration dynamic update inte… (#11969)

This commit is contained in:
Maciej Bieniek 2020-03-30 14:38:20 +02:00 committed by GitHub
parent f282dfa39a
commit 9a532a90fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}
<div class="note warning">
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.
</div>