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

History detail not displaying #96

Open nferch opened 1 year ago

nferch commented 1 year ago

This card does exactly what I would like it to, but there seems to be some sort of glitch in loading or displaying the history.

Upon an initial load or browser refresh, the card will display timestamps, but not the detail:

image

but strangely, if you go to edit the card, it will display correctly, and if you exit the editor, it will be displayed

image

config is pretty simple:

type: custom:home-feed-card
title: Apartment Door Activity
max_item_count: 10
entities:
  - entity: input_text.apartment_door_status
    include_history: true
    remove_repeats: false

Sorry if I missed anything important, I'm a novice when it comes to Lovelace and frontend dev in general.