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.