Node-RED (visual automations)
Visual flow-based programming for Home Assistant — drag-and-drop automations without writing YAML.
What it does
Node-RED is a visual programming tool built around flows. You wire together nodes (events, conditions, services) on a canvas and Node-RED executes them. It's deeply integrated with Home Assistant via the official Node-RED add-on, and many RoamCore automations have a Node-RED flow equivalent.
How to install
- The official Home Assistant Node-RED add-on installs in a few clicks from the Add-on Store.
- Once running, Node-RED is reachable on
http://your-ha:1880for editing flows. - Pair it with Home Assistant using a long-lived access token so flows can call HA services.
How it works
Node-RED stays running in the background. When a node fires (e.g. a state change in HA), it executes downstream nodes until the flow is done. The visual editor lets you see and modify live flows.
Useful links
- Node-RED — official site
- HA Node-RED add-on — official install guide
- Node-RED + HA cookbook — flow examples