mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Fix logo
This commit is contained in:
parent
9dd9a1fb76
commit
6dab776966
@ -7,8 +7,8 @@ sidebar: true
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: smtp.png
|
logo: waqi.png
|
||||||
ha_category: Sensor
|
ha_category: Health
|
||||||
ha_release: 0.34
|
ha_release: 0.34
|
||||||
ha_iot_class: "Local Polling"
|
ha_iot_class: "Local Polling"
|
||||||
---
|
---
|
||||||
@ -22,13 +22,17 @@ To enable this sensor, add the following lines to your `configuration.yaml` file
|
|||||||
sensor:
|
sensor:
|
||||||
- platform: waqi
|
- platform: waqi
|
||||||
locations:
|
locations:
|
||||||
- beijin
|
- beijing
|
||||||
|
stations:
|
||||||
|
- Beijing US Embassy
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **locations** (*Required*): a list of location names to look for air quality data. In case a specific location has multiple registered stations all of them will be added to Home Assistant
|
- **locations** (*Required*): a list of location names to look for air quality data. In case a specific location has multiple registered stations all of them will be added to Home Assistant
|
||||||
|
|
||||||
|
- **stations** (*Optional*): a list of station names to look for air quality data. Station should be within locations specified above.
|
||||||
|
|
||||||
The value reported is an overall AQ index for the location. The values of the index can be interpreted as following:
|
The value reported is an overall AQ index for the location. The values of the index can be interpreted as following:
|
||||||
|
|
||||||
AQI | Status | Description
|
AQI | Status | Description
|
||||||
|
BIN
source/images/supported_brands/waqi.png
Normal file
BIN
source/images/supported_brands/waqi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
Loading…
x
Reference in New Issue
Block a user