Skip to content

Commit 76d64d9

Browse files
authored
Add new configuration variable (home-assistant#3121)
1 parent 720ea95 commit 76d64d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/_components/sensor.yr.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ sensor:
2727
2828
Configuration variables:
2929
30+
- **name** (*Optional*): Additional name for the sensors. Default to platform name.
3031
- **monitored_conditions** array (*Optional*): Conditions to display in the frontend.
3132
- **symbol**: A symbol for the current weather.
3233
- **temperature**: The current temperature.
@@ -48,6 +49,7 @@ A full configuration example can be found below:
4849
# Example configuration.yaml entry
4950
sensor:
5051
- platform: yr
52+
name: Weather
5153
monitored_conditions:
5254
- temperature
5355
- symbol

0 commit comments

Comments
 (0)