Lovelace Badge Entity Filter

Would be awesome if badges for a view in Lovelace would have Entity-Filters used.

Badges would then become control panel notifications

  - id: 999
    title: Panel
    badges:
     # this works for single entities
      - light.kitchenpantry
    # this doesn't work, but would be nice if it did
      - type: entity-filter
        entities:
          - light.kitchenpantry
        state_filter:
          - on
        show_empty: false
    cards:


image

Not sure, but maybe monster-card could do this? I use it for filtering, but I don’t use badges.
“Badges? We don’t need no stinkin’ badges!”

1 Like

A long time ago i filed an issue (FR for Lovelace should go there?) in ui-schema.
https://github.com/home-assistant/ui-schema/issues/165

1 Like

This is implemented