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?