I have a fairly simple flow that is triggered by a change in state of a momentarty-action switch in my kitchen which turns off everything in the back of the house. However, this flow is being triggered by a restart of HA, which causes great confusion when I forget and reboot my NUC!
To get around this, I tried using sensor.ha_uptime and if it’s less than 10 minutes, I block the flow. However, this does not work so I wonder does anyone have a better solution?