I’m getting a new timestamp entry in my logbook every 10 seconds. Is this normal ?
Thanks Didgeridrew added
to Configuration.yaml and all fixed
I’ve tried everything suggested and can’t get rid of these log entries. Below is my yaml file, any idea what I’m doing wrong? I’ve also tried suppressing the individual entries, but it also didn’t work:
Loads default set of integrations. Do not remove.
default_config:
Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
logbook:
exclude:
entity_globs:
sensor.time*
sensor.date*
Please follow Question Guideline #11 and format your configuration properly. YAML configuration requires proper indentation… if we can’t see that formatting, we can’t rule in/out a major source of issues.
Sorry, here it is:
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
logbook:
exclude:
entity_globs:
sensor.time*
sensor.date*