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
Copy file name to clipboardExpand all lines: docs/en/user/home-assistant.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
-
# Running Node-RED within Home Assistant
1
+
# Running Node-RED with Home Assistant
2
2
3
-
Node-RED can be integrated with Home Assistant (**HA**) in 2 ways:
4
-
- Running Node-RED on an external host, and connecting to the HA server via HTTP messaging or the `node-red-contrib-home-assistant-websocket` node-set
5
-
- Using the internal Node-RED add-on within HA, which by default is part of the HA installation
3
+
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
6
6
7
-
### Configuring Node-RED dashboard 2.0 in Home Assistant
7
+
### Configuring FlowFuse Dashboard (Node-RED dashboard 2.0) in Home Assistant
8
8
9
-
As of today, the Node-RED add-on within HA includes the Node-RED dashboard 1.0 nodes (`node-red-dashboard`), and exposes its URL (`.../ui`). However, Node-RED Dashboard 1.0 is now deprecated and replaced has been replaced by FlowFuse Dashboard.
9
+
As of today, the Node-RED add-on within HA includes the Node-RED dashboard 1.0 nodes (`node-red-dashboard`), and exposes its base URL (`.../ui`). However, Node-RED Dashboard 1.0 is now deprecated and has been replaced by FlowFuse Dashboard.
10
10
11
-
Following are instructions for installing & configuring FlowFuse Dashboard into the Node-RED add-on in HA
11
+
Below are guidelines for installing & configuring FlowFuse Dashboard in the Node-RED add-on within HA
12
12
13
-
1. Within the Node-RED add-on, install the FlowFuse Dashboard nodes (`@flowfuse/node-red-dashboard`) via the "Manage Palette" option.
13
+
1. Within the Node-RED add-on, install the FlowFuse Dashboard node-set (`@flowfuse/node-red-dashboard`) using the "Manage Palette" option.
14
14
15
15
2. Create a new iframe container for hosting the FlowFuse Dashboard clients:
16
16
- In HA, go to **Settings->Dashboards->Add dashboard**, select **Webpage**
@@ -20,7 +20,8 @@ Following are instructions for installing & configuring FlowFuse Dashboard into
20
20
- Set the URL of the dashboard, e.g. `<HA host>:1880/endpoint/dashboard`
0 commit comments