I know how to get my Alexa devices to say the time:
service: media_player.play_media
target:
entity_id: media_player.zeide_bedroom
data:
media_content_id: time
media_content_type: custom
But how, instead of time, can I get Alexa to say a custom statement like there is someone at the door ? (#)
.
(#) In the automation this would be triggered by a motion sensor.
(##) Currently I have this by using a Helper and in the Alexa App I created a Routine to act on that Helper. However, I am trying to achieve the same with a HA Automation, without a Alexa Routine.