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 }}