Sensor for pending repairs?

Good morning,
anyone know if its possible to create a count sensor for the pending repairs, like this with the pending updates?

      count_updates_available:
        friendly_name: Updates available
        value_template: >
          {{ states.update | selectattr('state', 'eq', 'on') | list | count }}

image

Install Frenk’s custom integration - Spook.

Its in HACS and it provides repair sensors natively. Easiest way by far.

:smiley: hat was fast, thank you.
Holy sh***…35 issues with missing entities…guess I have to clean up a bit…:smiley:

1 Like