Skip to content

variable in title or label fields not working #40238

@turboc1208

Description

@turboc1208

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`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions