gadgetchnnel / lovelace-home-feed-card

A custom Lovelace card for displaying a combination of persistent notifications, calendar events, and entities in the style of a feed.
275 stars 24 forks source link

Suppress login failures #56

Closed jaburges closed 3 years ago

jaburges commented 3 years ago

Hi there, This has been driving me nuts, and is an HA thing that it looks like end users need to work around.

Whenever I open my phone or click in a browser tab that has an old token, a login failure alert is generated.

persistent_notification.http_login However I can't add that as an entity, with exclude_state as when there isnt an alert, it doesnt exist.

Any thoughts how to exclude this non entity from the home-feed card?

jaburges commented 3 years ago
id_filter: ^home_feed_.*

Seems to have done it :-)