diff --git a/source/_components/sensor.waqi.markdown b/source/_components/sensor.waqi.markdown index 73260b00339..0f78155c79e 100644 --- a/source/_components/sensor.waqi.markdown +++ b/source/_components/sensor.waqi.markdown @@ -7,8 +7,8 @@ sidebar: true comments: false sharing: true footer: true -logo: smtp.png -ha_category: Sensor +logo: waqi.png +ha_category: Health ha_release: 0.34 ha_iot_class: "Local Polling" --- @@ -22,13 +22,17 @@ To enable this sensor, add the following lines to your `configuration.yaml` file sensor: - platform: waqi locations: - - beijin + - beijing + stations: + - Beijing US Embassy ``` 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 +- **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: AQI | Status | Description diff --git a/source/images/supported_brands/waqi.png b/source/images/supported_brands/waqi.png new file mode 100644 index 00000000000..913aedf1137 Binary files /dev/null and b/source/images/supported_brands/waqi.png differ