Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I prevent duplicate entries #733

Open
markandersonus opened this issue Jul 30, 2024 · 1 comment
Open

How can I prevent duplicate entries #733

markandersonus opened this issue Jul 30, 2024 · 1 comment
Labels
question Further information is requested

Comments

@markandersonus
Copy link

Several devices appear twice (see image)

image
@markandersonus markandersonus added the question Further information is requested label Jul 30, 2024
@advisorgee
Copy link

advisorgee commented Sep 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants