Closed leonbrag closed 3 months ago
Do you really need the hyphen ('-') at the beginning of the path reference?
So really:
data:
images: '-/media-frigate/clips/test-1724440646.270697-1kpiu2.jpg'
Instead of:
data:
images: '/media-frigate/clips/test-1724440646.270697-1kpiu2.jpg'
I think lack of space was the problem!
removed space.
The problem
HASS is running in docker container and docker container properly maps external directory on the host to HASS's container directory as /media-frigate:
I can verify inside of the HASS docker container that directory exists and is valid:
This is inside of the HASS container:
In the HASS configuration YAML add /media-frigate to allow list:
leonbrag@hpdebian:/media/data/hass$ cat configuration.yaml
However when my automation uses following path:
HASS reports error: Error: remote_path_not_allowed
this leads me to believe that allowlist_external_dirs is ignored.
What version of Home Assistant Core has the issue?
core-2024.8.2
What was the last working version of Home Assistant Core?
na
What type of installation are you running?
Home Assistant Container
Integration causing the issue
No response
Link to integration documentation on our website
No response
Diagnostics information
Example YAML snippet
Anything in the logs that might be useful for us?
No response
Additional information
No response