Hi,
As my SD-card got corrupted this morning I thought…
Lets move to my Syno-docker enviroment…
pulled the home-assistant official into docker, created a container, configed the “config” folder, and imported the config files from a previous Pi backup…
Looks like a golden solution…
But, the docker does not start, and Synology tells me it crashes and restarts home-assistant over and over again…
In my home-assistant.log I find:
2019-07-17 17:02:40 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/app/homeassistant/core.py", line 1127, in async_call
raise ServiceNotFound(domain, service) from None
homeassistant.exceptions.ServiceNotFound: Unable to find service persistent_notification/create
Empty-ing the config folder, it starts without a problem… even a change in de configuration.yaml is denied…
what is the best way to port my config to my docker container?