Skip to content

Commit d147eb8

Browse files
authored
Update home-assistant.md - with local images
1 parent a2116a7 commit d147eb8

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

docs/en/user/home-assistant.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Running Node-RED with Home Assistant
22

33
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
67

78
### Configuring FlowFuse Dashboard (Node-RED dashboard 2.0) in Home Assistant
89

@@ -13,18 +14,15 @@ Below are guidelines for installing & configuring FlowFuse Dashboard in the Node
1314
1. Within the Node-RED add-on, install the FlowFuse Dashboard node-set (`@flowfuse/node-red-dashboard`) using the "Manage Palette" option.
1415

1516
2. Create a new iframe container for hosting the FlowFuse Dashboard clients:
16-
- In HA, go to **Settings->Dashboards->Add dashboard**, select **Webpage**
17-
18-
![Image](https://github.com/user-attachments/assets/6b6323f1-e3a3-41d2-8893-c4a79a2cb341)
19-
20-
- Set the URL of the dashboard, e.g. `<HA host>:1880/endpoint/dashboard`
21-
22-
![Image](https://github.com/user-attachments/assets/9815d378-ca6c-458c-8de4-33b40934bd05)
23-
24-
- Set the iframe title & optional icon (which will show in the HA sidebar), and click **Create**
25-
26-
![Image](https://github.com/user-attachments/assets/38428345-cac0-4be7-b1fc-33c741c2db95)
27-
28-
- You can now open the FlowFuse Dashboard from the HA sidebar, or directly via the endpoint URL defined above
29-
30-
![Image](https://github.com/user-attachments/assets/45beadf3-bfe1-45da-83c8-561191387d2e)
17+
- In HA, go to **Settings->Dashboards->Add dashboard**, select **Webpage**
18+
19+
<img src="../../assets/images/ha1-new-dashboard.png" alt="Adding a new dashboard iFrame" data-zoomable><br>*Adding a new dashboard iFrame*<br><br>
20+
- Set the base URL of the dashboard, e.g. `<HA host>:1880/endpoint/dashboard`
21+
22+
<img src="../../assets/images/ha2-set-dashboard-url.png" alt="Setting the base URL" data-zoomable><br>*Setting the base URL*<br><br>
23+
- Set the iframe title & optional icon (which will show in the HA sidebar), and click **Create**
24+
25+
<img src="../../assets/images/ha3-set-title-icon.png" alt="Setting the title & icon" data-zoomable><br>*Setting the title & icon*<br><br>
26+
- You can now open the FlowFuse Dashboard from the HA sidebar, or directly via the endpoint URL defined above
27+
28+
<img src="../../assets/images/ha4-show-dashboard.png" alt="Viewing the FlowFuse dashboard" data-zoomable><br>*Viewing the FlowFuse dashboard*

0 commit comments

Comments
 (0)