Google Photos - next media not working

I have implemented the Google Photos integration. It works but when I add in tap_action to allow for my family to tap the picture to move to the next one nothing happens. Below is my code, any insights into what I am missing?

show_state: false
show_name: false
camera_view: auto
type: picture-entity
entity: camera.google_photos_kids_media
aspect_ratio: '1:1'
tap_action:
  action: call-service
  service: google_photos.next_media
  data:
    mode: Random
  target:
    entity_id: camera.google_photos_kids_media
theme: iOS Theme

Hi, I’m having the same issue. I successfully integrated Google Photos, but the ‘google_photos.next_media’ service doesn’t exist. Is there an additional step that isn’t documented?