Alexa Show Announce - SILENT

Hi,

I am using the Alexa Media Player integration to show an announcement on an Alexa Show. So far so good:

action:
  - service: notify.alexa_media_living_room_echo_show
    data:
      message: Dad in a meeting!
      title: Meeting
      data:
        method: all
        type: announce

But I would like to have the announcement only displayed, not Alexa reading the message. Is this possible?

Thanks.

There used to be an option to do method: show, but Amazon removed it a few years ago. AFAIK, it was never added back, but I don’t have a Show to test on.

Thank you. Tried it but doesn’t work anymore.