Home Exclude Time & Date (ISO)
Post
Cancel

Exclude Time & Date (ISO)

Q: How to exclude Time & Date (ISO) from the Logbook?

We can exclude entities from the logbook or better exlude them from the recorder, so your database won’t be spamed with them.

All you need is add configuration variables to configuration.yaml

1
2
3
4
5
recorder:
  #db_url: !secret your_db  -- if you got other than standard
  exclude:
    entities:
      - sensor.date_time_iso
This post is licensed under CC BY 4.0 by the author.