We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f6a61 commit b7b1db7Copy full SHA for b7b1db7
source/_components/sensor.yweather.markdown
@@ -45,6 +45,7 @@ sensor:
45
platform: yweather
46
woeid: YOUR_WOEID
47
forecast: 3
48
+ name: OPTIONAL_NAME
49
monitored_conditions:
50
- weather
51
- temp_min
@@ -55,6 +56,7 @@ Configuration variables:
55
56
57
- **woeid** (*Optional*): See above.
58
- **forecast** (*Optional*): Day of forecast. The default is the current day to display conditions.
59
+- **name** (*Optional*): The name of the sensor.
60
- **monitored_conditions** array (*Required*): Conditions to display in the frontend.
61
- **weather**: A human-readable text summary with picture from yahoo.
62
- **weather_current**: A human-readable text summary with picture from yahoo from current conditon.
0 commit comments