You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I've been using this service to get a notification on my phone via the alexa app in case a door was opened in my house while me and my wife ware away so i could immedately drop in on my echo speaker via the alexa app on my phone and talk to the intruder
service: notify.alexa_media
data:
target: media_player.tibors_echo
data:
type: dropin_notification
message: >-
{{ trigger.to_state.attributes.friendly_name }} opened at
{{now().strftime("%Y-%m-%d %H:%M")}}
However the notification stopped appearing on my new phone, even though it triggers a notification on my iPad where i use the same login. App notifications are enabled both on the android system as well as the alexa app. I cannot figure out what is wrong, probably some obscure setting in the alexa app itself. The Echo device can be seen in the app. What else it can be?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So I've been using this service to get a notification on my phone via the alexa app in case a door was opened in my house while me and my wife ware away so i could immedately drop in on my echo speaker via the alexa app on my phone and talk to the intruder
However the notification stopped appearing on my new phone, even though it triggers a notification on my iPad where i use the same login. App notifications are enabled both on the android system as well as the alexa app. I cannot figure out what is wrong, probably some obscure setting in the alexa app itself. The Echo device can be seen in the app. What else it can be?
Beta Was this translation helpful? Give feedback.
All reactions