Logbook reporting right?

If I go to logbook and put in the single automation below I get nothing. If I put in 3 days I get the below. So you see there are lots of things being returned beyond the automation and the second item down which is the automation, tripped an hour ago but doesn’t show on the 1 day check.

Here’s my automation also for reference:

- alias: "Media: Monitor and set ecobee volume to 8"
  trigger:
    - platform: template
      value_template: "{{ state_attr('media_player.ecobee','volume_level') | float < 0.8 }}"
  action:
    - service: media_player.volume_set
      entity_id: media_player.ecobee
      data_template:
        volume_level: 0.8