vd Brink Home Automations

Home automations: Home Assistant, ESPHome, Node-RED and more.

Follow me on GitHub

Node-RED + Home Assistant: Update helper toggle

Home Assistant logo Node-RED logo

See initial setup for the required additional nodes and setup.


Update a Home Assistant helper entity toggle from Node-RED

Let’s say you have a customer helper toggle with the name input_boolean.toggle and with Node-RED you want to set it to off. Create your flow and add the Home Assistant API node.

Server     Home Assistant
Protocol   HTTP
Method     POST
Path       states/input_boolean.toggle
Data       [{}]{"state":"off"}

<< See also my other Node-RED Home <-> Assistant pages


^^ Top | Homepage | Best Buy Tips | Automation Ideas