this post was submitted on 03 Oct 2025
33 points (97.1% liked)

homeassistant

16568 readers
236 users here now

Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.

Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation

Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk

founded 2 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] MaceyDay@lemmy.world 20 points 2 weeks ago (5 children)

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
[โ€“] Hominine@lemmy.world 2 points 2 weeks ago

Appreciate you taking the time to share this, have a great weekend.

load more comments (4 replies)