Home-AssistantConfig icon indicating copy to clipboard operation
Home-AssistantConfig copied to clipboard

Create an Alexa Speech Routing engine

Open CCOSTAN opened this issue 4 years ago • 1 comments

Leverage last_alexa sensor and use for announcements.

CCOSTAN avatar Jul 07 '20 20:07 CCOSTAN

https://github.com/jcallaghan/home-assistant-config/blob/master/automations/routines/hourly_chime.yaml#L59-L66

Great Example of TTS with Alexa.

  # Announce time on multiple Echo devices.
  - service: alexa_media
    data_template:
      target: ["media_player.alexa_kitchen","media_player.alexa_james_desk","media_player.alexa_hall_dot"]
      message: "{{ as_timestamp(now()) | timestamp_custom('%H:%M', True) }}"
      data:
        type: 'tts'
        method: 'all'
GitHub
My Home Assistant configuration & documentation. Contribute to jcallaghan/home-assistant-config development by creating an account on GitHub.

CCOSTAN avatar Aug 05 '20 14:08 CCOSTAN