Arlo Glance Card not working properly after update

I am currently using.

  • Arlo Camera Support v0.8.1.10
  • lovelace-hass-arlo v0.2.6.1
  • Core 2024.12.1
  • Supervisor 2024.11.4
  • Operating System 14.0
  • Frontend 20241127.6

My Arlo Glance Card no longer shows the snapshot image by default and also shows an unavailable at the top right of the card.
When I click on the card library, I can still access the recordings and they play.

If I try take a snapshot manually with the switch I get the following error
image

The yaml for my arlo glance cards are as follows

          - type: custom:aarlo-glance
            entity: camera.aarlo_red_doorbell
            name: Red Doorbell
            global: square
            image_view: arlo-stream
            image_top: name,date,status
            image_bottom: motion,library,stream,signal,battery
            image_click: recording
            snapshot_retry: 2,5,10
            library_sizes: 3,4,2
            light: light.aarlo_red_door
            door: binary_sensor.door_red_contact_contact
          - type: custom:aarlo-glance
            entity: camera.aarlo_kitchen_door
            name: Kitchen Door
            image_view: arlo-stream
            image_top: name,date,status
            image_bottom: motion,library,stream,signal,battery
            image_click: recording
            snapshot_retry: 2,5,10
            library_sizes: 3,4,2
            light: light.aarlo_kitchen_door
            door: binary_sensor.door_kitchen_contact_contact
          - type: custom:aarlo-glance
            entity: camera.aarlo_red_door
            name: Red Door
            image_view: arlo-stream
            image_top: name,date,status
            image_bottom: motion,library,stream,signal,battery
            image_click: recording
            snapshot_retry: 2,5,10
            library_sizes: 3,4,2
            light: light.aarlo_red_door
            door: binary_sensor.door_red_contact_contact
          - type: custom:aarlo-glance
            entity: camera.aarlo_back_path
            name: Back Path
            image_view: arlo-stream
            image_top: name,date,status
            image_bottom: motion,library,stream,signal,battery
            image_click: recording
            snapshot_retry: 2,5,10
            library_sizes: 3,4,2
            light: light.aarlo_lillian_s_door
          - type: custom:aarlo-glance
            entity: camera.aarlo_lillian_s_door
            name: Lillians Door
            image_view: arlo-stream
            image_top: name,date,status
            image_bottom: motion,library,stream,signal,battery
            image_click: recording
            snapshot_retry: 2,5,10
            library_sizes: 3,4,2
            light: light.aarlo_lillian_s_door
          - type: custom:aarlo-glance
            entity: camera.aarlo_court_yard
            name: Court Yard
            image_view: arlo-stream
            image_top: name,date,status
            image_bottom: motion,library,stream,signal,battery
            image_click: recording
            snapshot_retry: 2,5,10
            library_sizes: 3,4,2
            light: light.aarlo_lillian_s_door
          - type: custom:aarlo-glance
            entity: camera.aarlo_aquarium_camera
            name: Aquarium
            image_view: arlo-stream
            image_top: name,date,status
            image_bottom: motion,library,stream,signal,battery
            image_click: recording
            snapshot_retry: 2,5,10
            library_sizes: 3,4,2
            battery_id: sensor.aarlo_battery_level_maverick_poo_poo_bunny
            motion_id: binary_sensor.arlobaby75_motion
            signal_id: sensor.aarlo_signal_strength_maverick_poo_poo_bunny

The camera entity is broken in 2024.12:

Sounds like there’s a manual fix for now and a proper fix also looks to be coming soon.

Thanks for that, I searched and could not find it.