-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Closed as not planned
Description
Feedback
I'm trying to display some text along with the outside temperature on my dashboard.
I thought I read that {{}} can be used in labels and titles to add additional information
URL
https://www.home-assistant.io/dashboards/gauge/
Version
2025.7.4
Additional information
In the below example name: is displayed as it is shown there Outdoor Temp:{{ bla bla bla }}an I wrong in my understanding that this can be done? I've tried it with single quotes around the entire Outdoor Temp: line still no good.
`square: true
type: grid
cards:
- type: gauge
entity: sensor.gardenweatherstation_outdoor_temperature
name: Outdoor Temp: {{ states("sensor.gardenweatherstation_outdoor_temperature") }}
min: -10
max: 120
needle: true
severity:
green: -10
yellow: 30
red: 95
segments:- from: -20
color: purple - from: 0
color: white - from: 32
color: blue - from: 70
color: green - from: 90
color: red
label: hot - from: 100
color: brown
label: hell`
- from: -20
Metadata
Metadata
Assignees
Labels
No labels