MotionEye - automation - Camera: Play stream on Nest Hub

Hi,
is someone of you using the “Camera: Play stream” function in an automation?
I tried to stream my camera, when someone rings the doorbell. The trigger works, but the stream gets not shown on my Nest Hub.

alias: Klingel - Stream Haustür auf Nest Hub
description: ''
trigger:
  - platform: state
    entity_id: sensor.pimatic_bridge_klingelstatus_klingeltaster
condition: []
action:
  - service: camera.play_stream
    target:
      entity_id:
        - camera.haustuer
    data:
      media_player: media_player.nest_hub
mode: single

Really just me with this problem?

I try to ask the other way around…
Who is using this function and could share his config for it?

If I try to use a camera entity from motioneye, it does not work, and in the logs I get “camera does not support play stream service”. Maybe that is part of your problem?