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
tom_l
July 9, 2020, 7:28am
2
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:
euchti
(euchti)
July 9, 2020, 7:35am
3
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
Thanks. This works perfect.