Home-AssistantConfig
Home-AssistantConfig copied to clipboard
Create an Alexa Speech Routing engine
Leverage last_alexa
sensor and use for announcements.
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.