You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node-RED can be integrated with Home Assistant (**HA**) in 2 modes:
4
-
1. Running Node-RED on an separate host, and connecting to the HA server via HTTP messaging or the `node-red-contrib-home-assistant-websocket` node-set
5
-
2. Using the internal Node-RED add-on within HA, which comes by default as part of the HA installation
4
+
1. Running Node-RED on an separate host, and connecting to the HA server via HTTP messaging or through the `node-red-contrib-home-assistant-websocket` node-set
5
+
6
+
2. Using the internal Node-RED add-on within HA, which comes as part of the default HA installation
6
7
7
8
### Configuring FlowFuse Dashboard (Node-RED dashboard 2.0) in Home Assistant
8
9
@@ -13,18 +14,15 @@ Below are guidelines for installing & configuring FlowFuse Dashboard in the Node
13
14
1. Within the Node-RED add-on, install the FlowFuse Dashboard node-set (`@flowfuse/node-red-dashboard`) using the "Manage Palette" option.
14
15
15
16
2. Create a new iframe container for hosting the FlowFuse Dashboard clients:
16
-
- In HA, go to **Settings->Dashboards->Add dashboard**, select **Webpage**
0 commit comments