You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/sensor.yweather.markdown
-2
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,6 @@ sensor:
45
45
platform: yweather
46
46
woeid: YOUR_WOEID
47
47
forecast: 3
48
-
name: OPTIONAL_NAME
49
48
monitored_conditions:
50
49
- weather
51
50
- temp_min
@@ -56,7 +55,6 @@ Configuration variables:
56
55
57
56
- **woeid** (*Optional*): See above.
58
57
- **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.
60
58
- **monitored_conditions** array (*Required*): Conditions to display in the frontend.
61
59
- **weather**: A human-readable text summary with picture from yahoo.
62
60
- **weather_current**: A human-readable text summary with picture from yahoo from current conditon.
0 commit comments