Alexa should announce the weather via automation

Hi there,
How can I get Alexa to announce the weather via automation?
It doesn’t work like this:

service: notify.alexa_media_torstens_echo_dot
data:
  message: alexa.weather.play
  data:
    type: tts

Does somebody has any idea?

Greetings Werner


service: media_player.play_media
data:
  media_content_id: Alexa.Weather.Play
  media_content_type: sequence
target:
  entity_id: media_player.torstens_echo_dot

1 Like

Many Thanks.
I’m not at home right now, but will test it tonight. I’m sure it works.
I only found the “Alexa.Weather.Play” command by searching here.

Is there a list of possible commands?

For example “Tell a joke”.

Thank you very much.

Greetings Werner

Yes, you can have a look here:

Supported sequences (may be region specific):

  • Alexa.Weather.Play
  • Alexa.Traffic.Play
  • Alexa.FlashBriefing.Play
  • Alexa.GoodMorning.Play
  • Alexa.GoodNight.Play
  • Alexa.SingASong.Play
  • Alexa.TellStory.Play
  • Alexa.FunFact.Play
  • Alexa.Joke.Play
  • Alexa.Music.PlaySearchPhrase
  • Alexa.Calendar.PlayTomorrow
  • Alexa.Calendar.PlayToday
  • Alexa.Calendar.PlayNext
  • Alexa.Date.Play
  • Alexa.CleanUp.Play
  • Alexa.ImHome.Play

Additional:
https://peyanski.com/alexa-and-home-assistant/#Alexa_and_Home_Assistant

2 Likes

Vielen Dank… :v:

Sehr gerne!

1 Like