From b7b1db79baa6b9876f6e718abedd16601794accb Mon Sep 17 00:00:00 2001 From: Emil Horpen Hetty Date: Wed, 27 Jul 2016 02:33:01 +0300 Subject: [PATCH 1/2] Added name option --- source/_components/sensor.yweather.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/sensor.yweather.markdown b/source/_components/sensor.yweather.markdown index 899a0c0b704..b91d46d4426 100644 --- a/source/_components/sensor.yweather.markdown +++ b/source/_components/sensor.yweather.markdown @@ -45,6 +45,7 @@ sensor: platform: yweather woeid: YOUR_WOEID forecast: 3 + name: OPTIONAL_NAME monitored_conditions: - weather - temp_min @@ -55,6 +56,7 @@ Configuration variables: - **woeid** (*Optional*): See above. - **forecast** (*Optional*): Day of forecast. The default is the current day to display conditions. +- **name** (*Optional*): The name of the sensor. - **monitored_conditions** array (*Required*): Conditions to display in the frontend. - **weather**: A human-readable text summary with picture from yahoo. - **weather_current**: A human-readable text summary with picture from yahoo from current conditon. From 835bf7183fa11462ec003babe5fea53227031eb0 Mon Sep 17 00:00:00 2001 From: Emil Horpen Hetty Date: Wed, 27 Jul 2016 21:58:57 +0300 Subject: [PATCH 2/2] Update sensor.yweather.markdown --- source/_components/sensor.yweather.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.yweather.markdown b/source/_components/sensor.yweather.markdown index b91d46d4426..92bf8e303d2 100644 --- a/source/_components/sensor.yweather.markdown +++ b/source/_components/sensor.yweather.markdown @@ -56,7 +56,7 @@ Configuration variables: - **woeid** (*Optional*): See above. - **forecast** (*Optional*): Day of forecast. The default is the current day to display conditions. -- **name** (*Optional*): The name of the sensor. +- **name** (*Optional*): The name of the sensor. To easily recognize each sensor when adding more than one Yahoo weather sensor, it is recommended to use the name option. - **monitored_conditions** array (*Required*): Conditions to display in the frontend. - **weather**: A human-readable text summary with picture from yahoo. - **weather_current**: A human-readable text summary with picture from yahoo from current conditon.