From 5dcb6fbd2a278b5e930440dcbf2eec022c43a2a3 Mon Sep 17 00:00:00 2001 From: Peter Zsak Date: Tue, 14 Feb 2017 10:15:07 +0100 Subject: [PATCH] clarify the usage of the sensor ("PWS" tag) (#2035) As it was not clear (at least for me), that the PWS sensor is the Weather Underground sensor, so a Note added at the bottom (like in darksky) --- source/_components/sensor.wunderground.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_components/sensor.wunderground.markdown b/source/_components/sensor.wunderground.markdown index e1d439e2693..138dbd0166e 100644 --- a/source/_components/sensor.wunderground.markdown +++ b/source/_components/sensor.wunderground.markdown @@ -114,5 +114,8 @@ Configuration variables: All the conditions listed above will be updated each 5 minutes with exception of `alerts` that will be updated each 15 minutes by default. -Additional details about the API are available [here](https://www.wunderground.com/weather/api/d/docs). +

+Note: While the platform is called “wunderground” the sensors will show up in Home Assistant as “PWS” (eg: sensor.pws_weather). +

+Additional details about the API are available [here](https://www.wunderground.com/weather/api/d/docs).