1- # Home Assistant Community Add-on : Node-RED
1+ # Home Assistant Community App : Node-RED
22
33[ Node-RED] [ nodered ] is a programming tool for wiring together hardware devices,
44APIs and online services in new and interesting ways.
@@ -9,28 +9,28 @@ runtime in a single click.
99
1010## Installation
1111
12- The installation of this add-on is pretty straightforward and not different in
13- comparison to installing any other Home Assistant add-on .
12+ The installation of this app is pretty straightforward and not different in
13+ comparison to installing any other Home Assistant app .
1414
15- 1 . Click the Home Assistant My button below to open the add-on on your Home
15+ 1 . Click the Home Assistant My button below to open the app on your Home
1616 Assistant instance.
1717
18- [ ![ Open this add-on in your Home Assistant instance.] [ addon-badge ]] [ addon ]
18+ [ ![ Open this app in your Home Assistant instance.] [ addon-badge ]] [ addon ]
1919
20- 1 . Click the "Install" button to install the add-on .
21- 1 . Start the "Node-RED" add-on .
20+ 1 . Click the "Install" button to install the app .
21+ 1 . Start the "Node-RED" app .
22221 . Check the logs of "Node-RED" to see if everything went well.
23231 . Click on the "OPEN WEB UI" button to jump into Node-RED.
24- 1 . The add-on works straight out the box! No need to configure a server!
24+ 1 . The app works straight out the box! No need to configure a server!
2525
26- ** Note** : The add-on is ** pre-configured** out of the box! There is no need
26+ ** Note** : The app is ** pre-configured** out of the box! There is no need
2727to add/change/update the server connection settings!
2828
2929## Configuration
3030
31- ** Note** : _ Remember to restart the add-on when the configuration is changed._
31+ ** Note** : _ Remember to restart the app when the configuration is changed._
3232
33- Example add-on configuration:
33+ Example app configuration:
3434
3535``` yaml
3636log_level : info
@@ -56,7 +56,7 @@ init_commands:
5656
5757### Option: ` log_level`
5858
59- The `log_level` option controls the level of log output by the addon and can
59+ The `log_level` option controls the level of log output by the app and can
6060be changed to be more or less verbose, which might be useful when you are
6161dealing with an unknown issue. Possible values are :
6262
@@ -65,7 +65,7 @@ dealing with an unknown issue. Possible values are:
6565- `info` : Normal (usually) interesting events.
6666- `warning` : Exceptional occurrences that are not errors.
6767- `error` : Runtime errors that do not require immediate action.
68- - `fatal` : Something went terribly wrong. Add-on becomes unusable.
68+ - `fatal` : Something went terribly wrong. App becomes unusable.
6969
7070Please note that each level automatically includes log messages from a
7171more severe level, e.g., `debug` also shows `info` messages. By default,
@@ -175,7 +175,7 @@ Allows you to specify additional [Alpine packages][alpine-packages] to be
175175installed to your Node-RED setup (e.g., `g++`. `make`, `ffmpeg`).
176176
177177**Note**: _Adding many packages will result in a longer start-up time
178- for the add-on ._
178+ for the app ._
179179
180180# ## Option: `npm_packages`
181181
@@ -184,13 +184,13 @@ Allows you to specify additional [NPM packages][npm-packages] or
184184(e.g., `node-red-dashboard`, `node-red-contrib-ccu`).
185185
186186**Note**: _Adding many packages will result in a longer start-up time
187- for the add-on ._
187+ for the app ._
188188
189189# ## Option: `init_commands`
190190
191191Customize your Node-RED environment even more with the `init_commands` option.
192192Add one or more shell commands to the list, and they will be executed every
193- single time this add-on starts.
193+ single time this app starts.
194194
195195# ## Option: `safe_mode`
196196
@@ -199,11 +199,11 @@ starting the application without starting any flows for troubleshooting.
199199
200200# ## Option: `leave_front_door_open`
201201
202- Adding this option to the add-on configuration allows you to disable
203- authentication on the add-on by setting it to `true` and leaving the
202+ Adding this option to the app configuration allows you to disable
203+ authentication on the app by setting it to `true` and leaving the
204204username and password empty.
205205
206- **Note**: _We STRONGLY suggest, not to use this, even if this add-on is
206+ **Note**: _We STRONGLY suggest, not to use this, even if this app is
207207only exposed to your internal network. USE AT YOUR OWN RISK!_
208208
209209# ## Option: `max_old_space_size`
@@ -216,14 +216,14 @@ on garbage collection in an effort to free unused memory.
216216
217217# # Configuration folder
218218
219- The addon will store most of its configuration in the Node-RED add-on
219+ The app will store most of its configuration in the Node-RED app
220220configuration folder, including the `flows.json`.
221221
222222# # Time zone configuration
223223
224- The add-on will use the time zone configured in Home Assistant settings. If
224+ The app will use the time zone configured in Home Assistant settings. If
225225the time zone is incorrect, update the setting in Home Assistant and restart
226- the Node-RED add-on to apply the latest configuration.
226+ the Node-RED app to apply the latest configuration.
227227
228228If you would like to override the time zone for Node-RED specifically, this
229229can be configured in the `settings.js` file.
@@ -235,17 +235,17 @@ To do so, open the file with a text editor and add the following above the
235235
236236The time zone will need to reflect your environment.
237237
238- Save the file and restart the Node-RED add-on .
238+ Save the file and restart the Node-RED app .
239239
240240# # Known issues and limitations
241241
242- - While this add-on ships with Node-RED Dashboard, it currently does not
242+ - While this app ships with Node-RED Dashboard, it currently does not
243243 support accessing the dashboard via Ingress. This is a technical limitation
244244 on the Node-RED Dashboard end.
245245
246246- If you cannot access HTTP nodes or Node-RED Dashboard, please check
247247 if you have enabled direct access mode by setting a port number in
248- " Network" configuration section of the add-on .
248+ " Network" configuration section of the app .
249249
250250- If you cannot access HTTP nodes or Node-RED Dashboard, please check
251251 if you URL starts with `/endpoint/`, or else Home Assistant authentication
@@ -256,7 +256,7 @@ Save the file and restart the Node-RED add-on.
256256 Please validate the configuration of the Home Assistant server setup in
257257 Node-RED. This can be found by double-clicking any Home Assistant node and
258258 selecting the pencil icon by the server name. The checkbox that states
259- ` I use the Home Assistant Add-On ` should be checked.
259+ ` I use the Home Assistant App ` should be checked.
260260
261261# # Changelog & Releases
262262
@@ -278,7 +278,7 @@ Got questions?
278278
279279You have several options to get them answered :
280280
281- - The [Home Assistant Community Add-ons Discord chat server][discord] for add-on
281+ - The [Home Assistant Community Apps Discord chat server][discord] for app
282282 support and feature requests.
283283- The [Home Assistant Discord chat server][discord-ha] for general Home
284284 Assistant discussions and questions.
@@ -299,7 +299,7 @@ check [the contributor's page][contributors].
299299
300300MIT License
301301
302- Copyright (c) 2018-2025 Franck Nijhof
302+ Copyright (c) 2018-2026 Franck Nijhof
303303
304304Permission is hereby granted, free of charge, to any person obtaining a copy
305305of this software and associated documentation files (the "Software"), to deal
@@ -322,16 +322,16 @@ SOFTWARE.
322322[addon-badge] : https://my.home-assistant.io/badges/supervisor_addon.svg
323323[addon] : https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_nodered&repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
324324[alpine-packages] : https://pkgs.alpinelinux.org/packages
325- [contributors] : https://github.com/hassio-addons/addon -node-red/graphs/contributors
325+ [contributors] : https://github.com/hassio-addons/app -node-red/graphs/contributors
326326[discord-ha] : https://discord.gg/c5DvZ4e
327327[discord] : https://discord.me/hassioaddons
328328[forum] : https://community.home-assistant.io/t/home-assistant-community-add-on-node-red/55023?u=frenck
329329[frenck] : https://github.com/frenck
330- [issue] : https://github.com/hassio-addons/addon -node-red/issues
330+ [issue] : https://github.com/hassio-addons/app -node-red/issues
331331[node-red-nodes] : https://flows.nodered.org/?type=node&num_pages=1
332332[nodered-docs] : https://nodered.org/docs
333333[nodered] : https://nodered.org
334334[npm-packages] : https://www.npmjs.com
335335[reddit] : https://reddit.com/r/homeassistant
336- [releases] : https://github.com/hassio-addons/addon -node-red/releases
336+ [releases] : https://github.com/hassio-addons/app -node-red/releases
337337[semver] : https://semver.org/spec/v2.0.0.html
0 commit comments