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. + +