Gauge widget does't work

Hi All

Hoping for someone’s help… Whatever I do I can’t get Gauge widget to work.
My dash is this:

title: System
widget_dimensions: [122, 120]
widget_margins: [5, 5]
columns: 8

ping:
    widget_type: binary_sensor
    entity: binary_sensor.ping
    title: Connection
    icon_on: mdi-network-outline
    icon_off: mdi-network-off-outline
    icon_style_active: "color: $dark_green;"
    icon_style_inactive: "color: $red;"

СPU_tenperature:
    widget_type: gauge
    entity: sensor.cpu_temperature
    max: 100
    min: 0

layout:
    - ping (2x1)
    - spacer(8x1)
    - CPU_temperature (2x1)
    - spacer(8x1)
    - spacer(8x1)
    - include: bottom_panel

And I get this:

Where all widgets below gauge become gray too.

I’m on AD 4.0 (but it used to be the same way on 3.0)

Spelling differs from what you have in the layout section, i.e. CPU_tenperature vs CPU_temperature

1 Like

You’re right @tjntomas… unbelievable. Embarrassing. Thank you.

1 Like