#Center gauge needle

6 messages · Page 1 of 1 (latest)

prisma surge
#

I would like to have the needle in the center of an area, but it is only displayed at the bottom of the area.

`type: gauge
entity: sensor.stadt_pinneberg_aktuelle_warnstufe
name: Aktuelle Warnstufe DWD
min: 0
max: 5
needle: true
segments:

  • from: 4
    color: violet
  • from: 3
    color: red
  • from: 2
    color: orange
  • from: 1
    color: yellow
  • from: 0
    color: green`

Any ideas?

heady ginkgo
#

change your segments to .5's

#

min = -0.5, max: 4.5

prisma surge
#

It works, thank you very much! 😊

#

I searched for a long time on Google and found nothing.
But it's so simple haha

heady ginkgo