Hello i installe tts and Google Calendar Event. Its possible to play on google home the message that show on google calendar component? My goal its to play every morning our 1st metting and starting time
tts_test:
alias: tts testing
sequence:
- alias: testing the tts
service: tts.google_say
data:
message: 'Your next meeting called {{ states.calendar.work.attributes.message }} and it will be at {{ states.calendar.work.attributes.start_time }}'
Hello i try like this but did not work. google read what its inside the {{}} instead of interpret
ale_good_morning:
alias: Alejandra Good Morning
sequence:
- alias: the ales tts
service: tts.google_say
entity_id: media_player.master_bedroom_home
data:
message: 'Good morning, Alejandra. Your next meeting called {{ states.calendar.alejandrajvrproductionscom.attributes.message }} and it will be at {{ states.calendar.alejandrajvrproductionscom.attributes.start_time }}'
sequence:
- service: tts.google_say
data_template:
entity_id: media_player.master_bedroom_home
message: ‘Good morning, Alejandra. Your next meeting called {{ states.calendar.alejandrajvrproductionscom.attributes.message }} and it will be at {{ states.calendar.alejandrajvrproductionscom.attributes.start_time }}’