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

error with display. #61

Open denperss opened 3 years ago

denperss commented 3 years ago

Custom element dosen't exist: home-feed-card.

Im getting error when running the card on a hub device with nabu casa..

This should be the fix, can u update the card ????

WHY DO SOME CUSTOM CARDS NOT WORK? Home Assistant needs to be configured to allow Home Assistant Cast to load custom cards. Starting with Home Assistant 0.97, this is done automatically. If you are on an older version, or have manually configured CORS for the HTTP integration, add the following to your configuration.yaml file:

http: cors_allowed_origins:

If you're a custom card developer: the most common mistake is that LitElement is extracted from an element that is not available on the page.