Skip to content

Commit 4275bb9

Browse files
authored
Update home-assistant.md
1 parent 13f664b commit 4275bb9

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/en/user/home-assistant.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Running Node-RED within Home Assistant
1+
# Running Node-RED with Home Assistant
22

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
66

7-
### Configuring Node-RED dashboard 2.0 in Home Assistant
7+
### Configuring FlowFuse Dashboard (Node-RED dashboard 2.0) in Home Assistant
88

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.
1010

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
1212

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.
1414

1515
2. Create a new iframe container for hosting the FlowFuse Dashboard clients:
1616
- In HA, go to **Settings->Dashboards->Add dashboard**, select **Webpage**
@@ -20,7 +20,8 @@ Following are instructions for installing & configuring FlowFuse Dashboard into
2020
- Set the URL of the dashboard, e.g. `<HA host>:1880/endpoint/dashboard`
2121

2222
![Image](https://github.com/user-attachments/assets/9815d378-ca6c-458c-8de4-33b40934bd05)
23-
- Set the iframe a title & optional icon (which will show in the HA sidebar), and click **Create**
23+
24+
- Set the iframe title & optional icon (which will show in the HA sidebar), and click **Create**
2425

2526
![Image](https://github.com/user-attachments/assets/38428345-cac0-4be7-b1fc-33c741c2db95)
2627

0 commit comments

Comments
 (0)