Hi
I have been using the Home Assistant Nodes that are part of the core n8n. unfortunately these are of very limited use, because of limitations in the Home Assistant REST API.
I ended up writing new nodes, leveraging the Websocket connection to Home Assistant:
These add lots of functionality, most notably a fast trigger node:
This example triggers when a button is pressed, retrieves all lights in an area and toggles them.
The fields are automatically populated from the Home Assistant instance, and easily accessed and searchable. It even retrieves the required and optional fields from the service actions, ready to be filled.
Give it a try if you want, i am looking for feedback.







