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 not working #84

Open guy0nabuffalo opened 2 years ago

guy0nabuffalo commented 2 years ago

Card is only showing entries for the currect day even though history_days_back is set. Confirmed history/DB is configured correctly in home assistant.

type: custom:home-feed-card
compact_mode: true
entities:
  - entity: sensor.bb_last_feeding_from
    name: Last Fed
    format: datetime
    include_history: true
    max_history: 50
    remove_repeats: false
    history_days_back: 10

image

flemmingss commented 2 years ago

I have the same problem. image

jan315 commented 2 years ago

history_days_back should be put under feed-card parameters, not under entities.