Skip to content

Commit 9a532a9

Browse files
authored
Update documentation for Airly integration dynamic update inte… (home-assistant#11969)
1 parent f282dfa commit 9a532a9

File tree

1 file changed

+8
-24
lines changed

1 file changed

+8
-24
lines changed

source/_integrations/airly.markdown

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,34 +11,18 @@ ha_codeowners:
1111
ha_domain: airly
1212
---
1313

14-
The `airly` integration uses the [Airly](https://airly.eu/) web service as a source for air quality data for your location.
14+
The `airly` integration uses the [Airly](https://airly.eu/) web service as a source for air quality data for your location.
1515

1616
## Setup
1717

1818
To generate an Airly API key, go to [Airly for developers](https://developer.airly.eu/register) page.
1919

2020
## Configuration
2121

22-
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.
23-
24-
{% configuration %}
25-
api_key:
26-
description: The Airly API key.
27-
required: true
28-
type: string
29-
name:
30-
description: Manually specify Name.
31-
required: false
32-
type: string
33-
default: Airly
34-
latitude:
35-
description: Manually specify latitude.
36-
required: false
37-
type: float
38-
default: Provided by Home Assistant configuration
39-
longitude:
40-
description: Manually specify longitude.
41-
required: false
42-
type: float
43-
default: Provided by Home Assistant configuration
44-
{% endconfiguration %}
22+
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.
23+
24+
<div class="note warning">
25+
26+
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.
27+
28+
</div>

0 commit comments

Comments
 (0)