Added name option
This commit is contained in:
parent
b0f6a61f14
commit
b7b1db79ba
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue