maxwroc / battery-state-card

Battery state card for Home Assistant
MIT License
875 stars 38 forks source link

How can I prevent duplicate entries #733

Open markandersonus opened 3 months ago

markandersonus commented 3 months ago

Several devices appear twice (see image)

image
advisorgee commented 1 month ago

I have added the following as an exclude filter

    - name: entity_id
      value: plus
      operator: contains

To only include the plus ones use this include filter:

  - name: entity_id
    value: "*_plus"

Edited to add the include filter