Create list of everytime an input boolean turned on

Hello,

Looking for a way to display, in a list, the dates and times a couple of my input booleans turned on over a 48 hour period.

For example the card would show input_boolean.1 & input_boolean.2 turned on at:

05/05/2022 - 04:45
05/05/2022 - 07:00
05/05/2022 - 13:30
05/05/2022 - 17:50
05/06/2022 - 02:45
05/06/2022 - 05:25
05/06/2022 - 08:20

Maybe this:

Thanks for the suggestion Tom. At a glance it looks like this might be what I’m looking for. If so I’ll report back and mark your post as the solution.

This does seem to be what I’m looking for, however for some reason its not showing me any information before midnight. It’s also showing an entry at midnight for some reason. I’ve confirmed my history/DB is setup correctly. I can view the sensor’s history 10 days back. Also no entries are happening at midnight.

Card config:

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: 30
    remove_repeats: false
    history_days_back: 5

image

Edit: Looks like someone already opened an issue for the entry at midnight.