Snapshot issue since 2022.3.3

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: blink.trigger_camera
    target:
    entity_id: camera.blink_outside_back
    data: {}
  • delay: ‘00:00:05’
  • 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
    ‘’’

There is an issue with How Blink handles access to their servers due to changes made by Blink. It should be resolved shortly.
See REST enpoint issue(s) · Issue #551 · fronzbot/blinkpy · GitHub

Thanks for this info. Glad it is not of my making!

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.