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

Visibility control #468

Open
oywino opened this issue Oct 11, 2024 · 2 comments
Open

Visibility control #468

oywino opened this issue Oct 11, 2024 · 2 comments

Comments

@oywino
Copy link

oywino commented Oct 11, 2024

I have the following card yaml which gives a long list of the update state of all my integrations;

type: custom:auto-entities
card:
  type: entities
filter:
  include:
    - domain: update
    - name: HA Current Version
    - name: HA Update Available
  exclude: []
sort:
  method: entity_id
  ignore_case: true

However, I only need to see each item (entity) in the list when an update is available.
Is this possible to achieve?
(I have the card in the new sections view in HA 2024.10.2)

@klaptafel
Copy link

klaptafel commented Oct 17, 2024

type: custom:auto-entities
card:
  type: entities
filter:
  include:
    - domain: update
      state: on
  exclude: []
sort:
  method: entity_id
  ignore_case: true

@oywino
Copy link
Author

oywino commented Oct 18, 2024

Excellent! Thank you 👍

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

No branches or pull requests

2 participants