Push Notification instead of Persistent Notification #124
Closed
badewanne1234
started this conversation in
General
Replies: 2 comments 5 replies
-
Did you ever figure this out? I'm looking for an example of this myself. |
Beta Was this translation helpful? Give feedback.
5 replies
-
https://community.home-assistant.io/t/send-web-ui-persistent-notifications-to-mobile-devices/274891 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to send a Push Notification instead of a Persistent Notification as soon as the sidebrush or mainbrush is blocked or if there is another error.
For that, I was thinking to listen to the event
dreame_vacuum_error
and its error message.Upon that, I can then create a push notification for each individual error message.
Does anyone have the correct syntax including the error messages that are fired? It would prevent me of putting the dreame bot into that state by myself, like throwing a cable under the bot ;)
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions