Google Home Hub + Ring pro config

I am having trouble getting my ring pro camera feed to my google home hub. I was able to manually cast my “view” to my hub, but the automation does not seem to work. Is my code borked?

- id: '1569003848151'
  alias: Cast front door on ring
  trigger:
  - entity_id: binary_sensor.ring_front_door_ding
    from: 'off'
    platform: state
    to: 'on'
  condition: []
  action:
  - data:
      entity_id: media_player.kitchen
      view_path: FRONT DOOR CAMERA
    service: cast.show_lovelace_view

Does the view path need to be in quotes?