You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
I have the following card yaml which gives a long list of the update state of all my integrations;
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)
The text was updated successfully, but these errors were encountered: