Hi
I want to track the backup folder /backup for later use in automation.
So I added this to configuration.yaml
folder_watcher:
- folder: /backup
i got this error:
Invalid config for [folder_watcher]: not a directory for dictionary value @ data[‘folder_watcher’][0][‘folder’]. Got ‘/backup’. (See /config/configuration.yaml, line 180).
Adding this to configuration did not help
homeassistant:
allowlist_external_dirs:
- /backup
Error:
Not a directory @ data[‘allowlist_external_dirs’][0]
So I SSH into home assistant cd /backup and I see the contents of the folder, so where’s the problem?
Doing all this with /config works fine and there are no errors.