Trying to add RTSP camera feed. Need to turn on RTSP stream before calling default play

I have a Eufy 2C camera that allows me to stream RTSP video but it’s only active when motion is detected or if I stop/start the RTSP stream before calling the live view.

I created a script that turns off and on the RTSP that I want to call before initiating the default live view popup. The problem I’m running into is that I don’t know how to get the video to popup after the RTSP restart script. All ChatGPT tells me is to install browser_mod but I’d imagine that I don’t need that since it’s already poping up when default action is used.

show_state: false
show_name: false
camera_view: auto
type: picture-entity
entity: camera.192_168_0_157
camera_image: camera.192_168_0_157
tap_action:
  action: call-service
  service: script.restart_rtsp_stream_and_display_feed
  service_data: {}