mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
parent
689792c7f1
commit
dfee71b20c
@ -8,13 +8,21 @@ ha_release: 0.101
|
|||||||
ha_iot_class: Cloud Polling
|
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
|
## 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 and enable the Airly integration. By default, the values will be taken from the Home Assistant configuration.
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
|
api_key:
|
||||||
|
description: The Airly API key.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
name:
|
name:
|
||||||
description: Manually specify Name.
|
description: Manually specify Name.
|
||||||
required: false
|
required: false
|
||||||
@ -30,8 +38,4 @@ longitude:
|
|||||||
required: false
|
required: false
|
||||||
type: float
|
type: float
|
||||||
default: Provided by Home Assistant configuration
|
default: Provided by Home Assistant configuration
|
||||||
api_key:
|
|
||||||
description: Airly API key.
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
Loading…
x
Reference in New Issue
Block a user