#it s poorly describred can you write an
1 messages · Page 1 of 1 (latest)
it works through mini media player card, when I defined tts type, but calling the service itself under developer tab it doesnt work
From what you posted, this should work
service: notify.alexa_media
data:
target: media_player.stefan_s_echo_dot
message: Hello
title: test
data:
type: announce
It works! Just one small question:
How to add template for message for example:
message: 1The tempereture is currently {{sensor.hvac_temperature}} degrees.
It returns me ana error
thanks
service: notify.alexa_media
data:
target: media_player.stefan_s_echo_dot
message: >
The temperature is currently {{ states('sensor.hvac_temperature') }} degrees.
title: test
data:
type: announce