From 4f1d9cda0a1d0e9cccbb93f3a0618e3f8cdcd189 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 26 Feb 2017 11:58:53 -0800 Subject: [PATCH] Fix link --- source/_components/sensor.waqi.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.waqi.markdown b/source/_components/sensor.waqi.markdown index 9e2118ba4c9..2e6de105df7 100644 --- a/source/_components/sensor.waqi.markdown +++ b/source/_components/sensor.waqi.markdown @@ -32,7 +32,7 @@ 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 -- **token** (*Required*): a token for the AQICN public API. Please obtain one at (AQICN API token)[http://aqicn.org/data-platform/token/#/] +- **token** (*Required*): a token for the AQICN public API. Please obtain one at [AQICN API token](http://aqicn.org/data-platform/token/#/) - **stations** (*Optional*): a list of station names to look for air quality data. Station should be within locations specified above.