mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Merge pull request #679 from emilhetty/patch-2
Added name option for Yahoo weather
This commit is contained in:
commit
922a726cb9
@ -45,6 +45,7 @@ sensor:
|
|||||||
platform: yweather
|
platform: yweather
|
||||||
woeid: YOUR_WOEID
|
woeid: YOUR_WOEID
|
||||||
forecast: 3
|
forecast: 3
|
||||||
|
name: OPTIONAL_NAME
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- weather
|
- weather
|
||||||
- temp_min
|
- temp_min
|
||||||
@ -55,6 +56,7 @@ Configuration variables:
|
|||||||
|
|
||||||
- **woeid** (*Optional*): See above.
|
- **woeid** (*Optional*): See above.
|
||||||
- **forecast** (*Optional*): Day of forecast. The default is the current day to display conditions.
|
- **forecast** (*Optional*): Day of forecast. The default is the current day to display conditions.
|
||||||
|
- **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.
|
- **monitored_conditions** array (*Required*): Conditions to display in the frontend.
|
||||||
- **weather**: A human-readable text summary with picture from yahoo.
|
- **weather**: A human-readable text summary with picture from yahoo.
|
||||||
- **weather_current**: A human-readable text summary with picture from yahoo from current conditon.
|
- **weather_current**: A human-readable text summary with picture from yahoo from current conditon.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user