When I open my Activity log, all I see is “Time changed” recorded every minute. In the attached screenshot a lot of stuff happened just now, otherwise it would be only Time Changed. Is there a way to not to record Time events into the activity log?

  • MaceyDay@lemmy.world
    link
    fedilink
    English
    arrow-up
    19
    ·
    3 days ago

    I had this when I added time and date sensors. In your configuration.yaml, exclude those entities from the log book.

    logbook:
      exclude:
        entities:
          - sensor.time
          - sensor.date
          - sensor.date_time