Hi, I have a doorbell notification where my doorbell takes a snapshot and then sends the image to my sony TV. I noticed that the image is now not showing on my TV. I checked the configuration and the image is stored in config/temp/frontdoorbell_image.jpg. still. However, noticed something. instead of “config/temp/” it is now showing “homeassistant/temp” when i go to the file editor.
Below is a portion of my automation code. the image that is capturing from my doorbel is not storing in that config directory because in the file editor i now see “homeassistant/temp”.
any idea how to get back in the config directory?
- service: camera.snapshot
data:
filename: /config/temp/frontdoorbell_image.jpg
target:
entity_id: camera.01_frontdoorbell_high - service: notify.sonytv_familyroom
data:
message: Someone is at the door.
title: Front Doorbell Alert
data:
duration: 10
fontsize: large
color: grey
transparency: 50%
position: bottom-left
file:
path: /config/temp/frontdoorbell_image.jpg