Playing YouTube video on Echo Show 15

Thanks in advance for looking… I’m struggling to launch a YouTube video on my Echo Show 15.

I started up the Fire TV app and installed both YouTube and AirReceiver.
I started up YouTube and signed in as me
I started up AirReceiver and configured it to work with Google Cast and DLNA. I called it “Echo Show 15”

I can see the Echo Show 15 device in both the DLNA Service and the Google Cast Service in Home Assistant.

I’ve created an automation to fire each time Alarm is disarmed with a condition that I’m home.

alias: [REDACTED]
description: ""
trigger:
  - platform: device
    device_id: [Redacted]
    domain: alarm_control_panel
    entity_id: alarm_control_panel.alarm
    type: disarmed
condition:
  - condition: zone
    entity_id: person.[REDACTED
    zone: zone.home

I’ve created several actions to test, saved the automation and used the “Run” option however, none of them are working.

service: media_player.play_media
data:
  media_content_id: https://www.youtube.com/watch?v=hsP-kWvl1ds
  media_content_type: video/youtube
target:
  entity_id: media_player.aeohy_177
service: media_player.play_media
data:
  media_content_id: " { \"app_name\": \"youtube\" \"media_id\": \"hsP-kWvl1ds\" }"
  media_content_type: cast
target:
  entity_id: media_player.aeohy_177
service: media_extractor.play_media
data:
  media_content_id: https://www.youtube.com/watch?v=hsP-kWvl1ds
  media_content_type: VIDEO
target:
  entity_id: media_player.aeohy_177
service: media_player.play_media
data:
  media_content_id: https://www.youtube.com/watch?v=hsP-kWvl1ds
  media_content_type: video
target:
  entity_id: media_player.aeohy_177

I’ve tested the device is capable of receiving YouTube requests by opening YouTube on my phone and then casting it to the “Echo Show 15” device and it works flawlessly.

Anyone got any ideas please?

Hi There!
Any luck getting it to work?