From 0ec83cc9650d85263dcd29aa1b6910557cb68f7f Mon Sep 17 00:00:00 2001 From: kloggy <38220016+kloggy@users.noreply.github.com> Date: Fri, 29 Jun 2018 22:38:46 +0100 Subject: [PATCH] Wether Underground clarification (#5466) * Wether Underground clarification Added a note to clarify that the WU sensor is added to the entity_registry and that numbers are appended to subsequent weather stations after the first one. Nowhere as far as I know is this documented or made clear. * Simplify.... --- source/_components/sensor.wunderground.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/sensor.wunderground.markdown b/source/_components/sensor.wunderground.markdown index bf99f2b9340..f86735c69b7 100644 --- a/source/_components/sensor.wunderground.markdown +++ b/source/_components/sensor.wunderground.markdown @@ -195,4 +195,8 @@ group: Note: While the platform is called “wunderground” the sensors will show up in Home Assistant as “PWS” (eg: sensor.pws_weather).

+Note that the Weather Underground sensor is added to the entity_registry, so second and subsequent Personal Weather Station ID (pws_id) will have their monitored conditions suffixed with an index number e.g. + + - sensor.pws_weather_1d_metric_2 + Additional details about the API are available [here](https://www.wunderground.com/weather/api/d/docs).