digitui
(Digitui)
April 14, 2024, 3:50am
1
When sending a message to Alexa, that was added okay following: https://www.youtube.com/watch?v=UEPt3edhwc0
No sound comes out of Alexa when using
service: notify.alexa_media_house_alexa
data:
message: test
data:
type: tts
The message in the log file is:
But nothing comes out of alexa
Here’s what I’m using for our fire tablet and echo dots:
- service: notify.alexa_media
data:
message: |
The current reported temperature is {{
states("sensor.average_temperature") }}
target: media_player.fire_tablet
data:
type: announce
- service: notify.alexa_media
data:
message: >-
The washing machine has finished at {{
as_timestamp(states('sensor.date_time_iso')) |
timestamp_custom('%I:%M%p') }}
title: Washer is done
target: media_player.echo_dot
data:
type: announce
digitui
(Digitui)
April 16, 2024, 10:20pm
3
Yep tried this:
service: notify.alexa_media
data:
data:
type: announce
target: media_player.alexa_kitchen
title: test
message: test
But nothing
digitui
(Digitui)
April 17, 2024, 12:02am
4
Found the problem. Removed everything and reinstalled Alexa in HACS. The domain was set to amazon.com not amazon.com.au.
Changed it to amazon.com.au during setup and then it worked.
The log files that check the domain reported no error with amazon.com so I wonder if the string matching needs to consider amazon.com.au