Skip to content

Commit 922a726

Browse files
authored
Merge pull request home-assistant#679 from emilhetty/patch-2
Added name option for Yahoo weather
2 parents 7ba873a + 835bf71 commit 922a726

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/_components/sensor.yweather.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ sensor:
4545
platform: yweather
4646
woeid: YOUR_WOEID
4747
forecast: 3
48+
name: OPTIONAL_NAME
4849
monitored_conditions:
4950
- weather
5051
- temp_min
@@ -55,6 +56,7 @@ Configuration variables:
5556
5657
- **woeid** (*Optional*): See above.
5758
- **forecast** (*Optional*): Day of forecast. The default is the current day to display conditions.
59+
- **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.
5860
- **monitored_conditions** array (*Required*): Conditions to display in the frontend.
5961
- **weather**: A human-readable text summary with picture from yahoo.
6062
- **weather_current**: A human-readable text summary with picture from yahoo from current conditon.

0 commit comments

Comments
 (0)