mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add Airly documentation (#10285)
* Add Airly documentation
* Change ha_category
* Update airly.markdown file
* Update ha_release
* Fix ha_release version
Co-Authored-By: Klaas Schoute <klaas_schoute@hotmail.com>
* Update ha_release version
Co-Authored-By: Martin Hjelmare <marhje52@kth.se>
* Fix typo
Co-Authored-By: Martin Hjelmare <marhje52@kth.se>
* ✏️ Tweaks
This commit is contained in:
parent
c20e52f34c
commit
b80df2c20f
37
source/_components/airly.markdown
Normal file
37
source/_components/airly.markdown
Normal file
@ -0,0 +1,37 @@
|
||||
---
|
||||
title: "Airly"
|
||||
description: "Instructions on how to integrate Airly within Home Assistant."
|
||||
logo: airly.png
|
||||
ha_category:
|
||||
- Health
|
||||
ha_release: 0.101
|
||||
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.
|
||||
|
||||
## 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 %}
|
||||
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
|
||||
api_key:
|
||||
description: Airly API key.
|
||||
required: true
|
||||
type: string
|
||||
{% endconfiguration %}
|
BIN
source/images/supported_brands/airly.png
Normal file
BIN
source/images/supported_brands/airly.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
Loading…
x
Reference in New Issue
Block a user