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.
266 stars 23 forks source link

Multiple cards duplicate the first feed across all cards #92

Open cubedmeatgoeshere opened 1 year ago

cubedmeatgoeshere commented 1 year ago

I want multiple cards with unique feeds but whenever I try to configure them it starts off showing correctly for about 5 seconds (picture 1), image then all cards decide to erroneously show only the first feed added to the dashboard (picture 2). image

cubedmeatgoeshere commented 1 year ago

I guess this is fixed by adding a unique arbitrary "card_id: " to each card. I wish the documentation made this nuance and the consequences of not setting this variable clearer.