mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Add new configuration variable (#3121)
This commit is contained in:
parent
720ea957af
commit
76d64d90db
@ -27,6 +27,7 @@ sensor:
|
|||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
|
- **name** (*Optional*): Additional name for the sensors. Default to platform name.
|
||||||
- **monitored_conditions** array (*Optional*): Conditions to display in the frontend.
|
- **monitored_conditions** array (*Optional*): Conditions to display in the frontend.
|
||||||
- **symbol**: A symbol for the current weather.
|
- **symbol**: A symbol for the current weather.
|
||||||
- **temperature**: The current temperature.
|
- **temperature**: The current temperature.
|
||||||
@ -48,6 +49,7 @@ A full configuration example can be found below:
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
- platform: yr
|
- platform: yr
|
||||||
|
name: Weather
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- temperature
|
- temperature
|
||||||
- symbol
|
- symbol
|
||||||
|
Loading…
x
Reference in New Issue
Block a user