Ubiquiti doorbell display on echo show

Hi, i have been trying somewhat unsuccessfully to get my ubiquiti doorbell to display on my echo show 10. i havent found that much to assist on the forums and was hoping someone had got this working?
here is my yaml for the automation:

alias: Doorbell G4 is Pressed (Display On Echo)
description: ""
trigger:
  - platform: state
    entity_id: binary_sensor.front_door_g4_doorbell_2
    from: "off"
    to: "on"
condition: []
action:
  - service: camera.play_stream
    data:
      media_player: media_player.keith_s_2nd_echo_show
    target:
      entity_id: camera.front_door_g4_high_2
mode: single

1 Like

did you ever get this working?