lovelace-home-feed-card
lovelace-home-feed-card copied to clipboard
History not working
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
I have the same problem.
history_days_back should be put under feed-card parameters, not under entities.