Push Notification Home Assistant when Deploy

When you deploy a flow that has a node for a push notification to home assistant via android, why does it send the notification? Is there a way to stop that?

I was modifying my washer notifications and every time I made a change and deployed it would send me the push notification.

Is it just that node or is the "washer stopped" node changing state? Both the "phone notification" and "washer stopped" show the same time. If that's it, I find the "trigger: state" node is better than "events: state". It gives you more control over what should pass with multiple conditions, and it contains old_state and new_state. It might be the old state is "undefined", so it's giving you a false-positive. This node would let you exclude these cases.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.