Since upgrading to 2022.3.3 my automation to take a daily snapshot from my Blink camera has stopped working. I am unable to track the issue, so any help is appreciated. The directory ‘snapshots’ is in my alowlist. This is the YAML that has been working up to 4 days ago:
‘’’
sequence:
service: camera.snapshot
data:
filename: \config\snapshots\Shot1 {{ now().strftime("%Y%m%d %H%M") }}.jpg
target:
device_id: 5f4e50a65aa38695e64f78a6dc23f759
mode: single
alias: Take picture on Outdoor back Blink camera
‘’’
Is there any resolution to this yet? As suggested, I had a look at the ‘Rest endpoint issue …’ which is way beyond my understanding and capabilities. I just need a working Blink integration to continue my time lapse project. Any help appreciated.