-
Notifications
You must be signed in to change notification settings - Fork 17
caiosweet edited this page Jul 10, 2023
·
7 revisions
Make sure you haven't created more than one automation with the blueprint
You did not put the telegram name in the notification service. Please look Integration Examples.
Please check first if Alexa and Google services works, sending a message from dev-tools.
# Alexa service
service: notify.alexa_media
data:
# replace 'echo' with your own media player
target: media_player.echo
data:
type: tts
message: >
I think send messages is the best. This is my mind.
# Google service
service: tts.google_translate_say
data:
# replace 'red' with your own media player
entity_id: media_player.red
message: I think send messages is the best. This is my mind.
When I try to forward a call with callmebot I get an error in the log:
Error in phone notification
You need to authorize CallMeBot to contact you here. This is required to avoid spam.
From the development tools select script.my_notify and enter the parameters. Please, see Examples section
service: script.my_notify
data:
notify: false
alexa:
whisper: true
push: true
message: I want to tell you a secret.
volume: 0.5
For Alexa, if the native service work, try sending this message from dev-tools using scrript.my_notify
service: script.my_notify
data:
notify: false
alexa:
message: Were you planning on sending messages, here?
media_player: test