Energy Dashboard sensor not available

I can no longer select some of my consumption sensors in Energy Dashboard.

This the sensor

  - name: switch_trockner_watt
    state: '{{ state_attr("switch.trockner","current_consumption") | float(default=0) }}'
    state_class: measurement
    unit_of_measurement: "W"
    device_class: power

Can someone tell me what’s wrong?

See if you still have a problem using 2025.12.1.

1 Like

Iam using 12.1

@Sir_Goodenough only restart was not working, complete shutdown fixed it.

Thanks :slight_smile:

1 Like