You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error when trying to save an image with camera.snapshot running in this version. i have an automation that takes a pic from my blink camera on motion but get this error
tried in and out of the media folder, tried creating the image in there first so it exist, and still cant seem to save a file.
[homeassistant.components.camera] Can't write test.jpg, no access to path!
[homeassistant.components.camera] Can't write media/test.jpg, no access to path!
I get this error when trying to save an image with camera.snapshot running in this version. i have an automation that takes a pic from my blink camera on motion but get this error
tried in and out of the media folder, tried creating the image in there first so it exist, and still cant seem to save a file.
[homeassistant.components.camera] Can't write test.jpg, no access to path!
[homeassistant.components.camera] Can't write media/test.jpg, no access to path!
service: camera.snapshot
target:
entity_id: camera.blink_front_door
data:
filename: test.jpg
service: camera.snapshot
target:
entity_id: camera.blink_front_door
data:
filename: /media/test.jpg
I added the whitelist here
default_config:
Whitelist Folders
whitelist_external_dirs:
- /media/
The text was updated successfully, but these errors were encountered: