Companion Component to node-red-contrib-home-assistant-websocket to integrate Node-RED with Home Assistant.
- node-red-contrib-home-assistant-websocket v0.57+
- Home Assistant 2023.7.0+
Install via HACS (Home Assistant Community Store)
- Go to HACS -> Integrations -> "+ Explore & Download Repos"
- Find "LocalAI Conversation".
- Open the search result and click "Download this Repository with HACS".
- Refresh your browser window (bug in HA where it doesn't update the integration list after a reboot)
- In the Home Assistant UI go to "Configuration" -> "Integrations" click "+" and search for "LocalAI Conversation"
- Using your tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder callednodered
. - Download all the files from the
custom_components/nodered/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- Refresh your browser window (bug in HA where it doesn't update the integration list after a reboot)
- In the Home Assistant UI go to "Configuration" -> "Integrations" click "+" and search for "Node-RED"
Once installed and added via Home-Assistant Integrations all configuration is done from within Node-RED.
If you want to contribute please read the Contribution guidelines