Saving the latest Ring Door Bell video locally

Maybe I bought mine long enough ago that I am exempted somehow? I can show you some of my code.

Here are my Ring + Camera config settings.

ring:
  username: !secret email1
  password: !secret ring_pass

camera:
  - platform: ring

And I got the camera to display in a Lovelace view using:

  - type: picture-glance
    title: Porch
    entities:
      - binary_sensor.ring_porch_motion
      - binary_sensor.ring_porch_ding
    camera_image: camera.porch

And then I’m using jcollie’s Node-RED flow to store the files locally.