Hi everyone,
I just wanted to quickly share a custom component I am currently working on.
I am running Home Assistant and I have several automations, flows, and forms in an n8n instance on my local network (not installed directly in Home Assistant).
The only integration I have been able to find so far is the n8n addon, which runs a full instance on the Home Assistant hardware. Since I already have a separate n8n instance running, that was not really what I needed.
So I started building a custom component that:
- Creates entities for each webhook in n8n
- Lists all available triggers
- Provides direct links to the corresponding n8n forms
There are still a few features and settings I would like to add, but even in its current state the integration works well for basic use cases.
Here is the link to the github repository: GitHub - libstash/n8n-integration: Connect Home Assistant to your n8n instance.
Preview on a dashboard:
Feedback and suggestions are very welcome!
