Errors after update to version 0.112.*

After the update I get errors. I’ve checked my config Default config is there.
What am I missing?

default_config:
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
binary_sensor: !include binary_sensors.yaml
panel_custom: !include panel_custom.yaml

image

default_config:
recorder:         ### <-------------------------- THIS
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
binary_sensor: !include binary_sensors.yaml
panel_custom: !include panel_custom.yaml

The recorder is not included in the default config. To see what is look here:

Hi, exact same issue with last upgrade.

Solved it by stopping the server and deleting the db file from Samba.
I followed instructions fron Dixey in this thread : Delete homeassistant database

Everything fine now :grin:

Thanks. This works perfect.