Fabian Affolter dfee71b20c
Airly move (#10664)
* Move file to correct location

* Add heading
2019-10-08 16:55:14 +02:00

1.1 KiB

title, description, logo, ha_category, ha_release, ha_iot_class
title description logo ha_category ha_release ha_iot_class
Airly Instructions on how to integrate Airly within Home Assistant. airly.png
Health
0.101 Cloud Polling

The airly integration uses the Airly web service as a source for air quality data for your location.

Setup

To generate an Airly API key, go to Airly for developers page.

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 %} 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 %}