Setting nodered variable from home assistant dashboard

I have a simple nodered flow that opens up curtains and shutters at a specific time in the morning by sending a zwave and zigbee message to mqtt

there are days i just don’t want to get up because it’s holiday :slight_smile:
I’d like to set a flag from the home assistant dashboard to simply tell the flow not to send this messages.
How can this be achieved ?

Easiest way is to make a bolean input helper in HA.
You can then add is as switch to your dashboard and NR can read it like any other HA entity.

2 Likes

I ended up doing just that. Works perfectly :slight_smile: