Logbook date_time

Hi,
how to remove all the entries on the “logbook” (every seconds…)
I tried to include in configuration.yaml

logbook:
  exclude:
    entities:
      - sensor.date
      - sensor.date_time
      - sensor.time_utc
      - sensor.time_date
      - sensor.time_utc
      - sensor.date_time_utc
      - sensor.date_time_iso
      - sensor.internet_time

recorder:
  exclude:
    entities:
      - sensor.date
      - sensor.date_time

but nothing… logbook works as usual… (too much for me),
(yes sensor:

  • platform: time_date is there)

Where am I wrong ?

p.s.
Home assistant last stable on Docker.

1 Like

Solved : need a complete RESTART of Home assistant !

another solution here: Too much History - or the logging problem - #7 by Kel