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 720ea95 commit 76d64d9Copy full SHA for 76d64d9
source/_components/sensor.yr.markdown
@@ -27,6 +27,7 @@ sensor:
27
28
Configuration variables:
29
30
+- **name** (*Optional*): Additional name for the sensors. Default to platform name.
31
- **monitored_conditions** array (*Optional*): Conditions to display in the frontend.
32
- **symbol**: A symbol for the current weather.
33
- **temperature**: The current temperature.
@@ -48,6 +49,7 @@ A full configuration example can be found below:
48
49
# Example configuration.yaml entry
50
sensor:
51
- platform: yr
52
+ name: Weather
53
monitored_conditions:
54
- temperature
55
- symbol
0 commit comments