Include wind speed unit in forecast value
This commit is contained in:
parent
63731df4dd
commit
d78df2e465
1 changed files with 2 additions and 2 deletions
|
|
@ -575,9 +575,9 @@
|
|||
label = "Außentemperatur";
|
||||
}
|
||||
{
|
||||
state = "weather.forecast_home";
|
||||
state = "weather.pirateweather";
|
||||
label = "Windgeschwindigkeit";
|
||||
value = "{attributes.wind_speed}";
|
||||
value = "{attributes.wind_speed} {attributes.wind_speed_unit}";
|
||||
}
|
||||
{
|
||||
state = "sensor.load_power";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue