Skip to content

Commit d4bb3cc

Browse files
committed
⬆️ Updating app Node-RED to 7eb9d8a
1 parent 85f88b6 commit d4bb3cc

File tree

5 files changed

+47
-46
lines changed

5 files changed

+47
-46
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -955,10 +955,10 @@ SOFTWARE.
955955
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
956956
[nginxproxymanager-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
957957
[nginxproxymanager-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
958-
[addon-node-red]: https://github.com/hassio-addons/app-node-red/tree/9a59928
959-
[addon-doc-node-red]: https://github.com/hassio-addons/app-node-red/blob/9a59928/README.md
958+
[addon-node-red]: https://github.com/hassio-addons/app-node-red/tree/7eb9d8a
959+
[addon-doc-node-red]: https://github.com/hassio-addons/app-node-red/blob/7eb9d8a/README.md
960960
[node-red-issue]: https://github.com/hassio-addons/app-node-red/issues
961-
[node-red-version-shield]: https://img.shields.io/badge/version-9a59928-blue.svg
961+
[node-red-version-shield]: https://img.shields.io/badge/version-7eb9d8a-blue.svg
962962
[node-red-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
963963
[node-red-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
964964
[node-red-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

node-red/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Changelog since v20.2.4
2+
- Refactoring and renaming add-ons to apps (#2178)
23
- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v20 (#2171)
34

45
* ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v20

node-red/DOCS.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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,
44
APIs 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.
2222
1. Check the logs of "Node-RED" to see if everything went well.
2323
1. 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
2727
to 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
3636
log_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
6060
be changed to be more or less verbose, which might be useful when you are
6161
dealing 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

7070
Please note that each level automatically includes log messages from a
7171
more 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
175175
installed 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

191191
Customize your Node-RED environment even more with the `init_commands` option.
192192
Add 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
204204
username 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
207207
only 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
220220
configuration 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
225225
the 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

228228
If you would like to override the time zone for Node-RED specifically, this
229229
can 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

236236
The 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

279279
You 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

300300
MIT License
301301

302-
Copyright (c) 2018-2025 Franck Nijhof
302+
Copyright (c) 2018-2026 Franck Nijhof
303303

304304
Permission is hereby granted, free of charge, to any person obtaining a copy
305305
of 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

node-red/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Home Assistant Community Add-on: Node-RED
1+
# Home Assistant Community App: Node-RED
22

33
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
44

@@ -23,8 +23,8 @@ runtime in a single click.
2323

2424
## WARNING! THIS IS AN EDGE VERSION!
2525

26-
This Home Assistant Add-ons repository contains edge builds of add-ons.
27-
Edge builds add-ons are based upon the latest development version.
26+
This Home Assistant Apps repository contains edge builds of apps.
27+
Edge builds apps are based upon the latest development version.
2828

2929
- They may not work at all.
3030
- They might stop working at any time.
@@ -33,10 +33,10 @@ Edge builds add-ons are based upon the latest development version.
3333
This repository was created for:
3434

3535
- Anybody willing to test.
36-
- Anybody interested in trying out upcoming add-ons or add-on features.
36+
- Anybody interested in trying out upcoming apps or app features.
3737
- Developers.
3838

39-
If you are more interested in stable releases of our add-ons:
39+
If you are more interested in stable releases of our apps:
4040

4141
<https://github.com/hassio-addons/repository>
4242

@@ -46,11 +46,11 @@ If you are more interested in stable releases of our add-ons:
4646
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-node-red/55023?u=frenck
4747
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
4848
[github-sponsors]: https://github.com/sponsors/frenck
49-
[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg
49+
[maintenance-shield]: https://img.shields.io/maintenance/yes/2026.svg
5050
[nodered]: https://nodered.org
5151
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
5252
[patreon]: https://www.patreon.com/frenck
5353
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
54-
[release-shield]: https://img.shields.io/badge/version-9a59928-blue.svg
55-
[release]: https://github.com/hassio-addons/addon-node-red/tree/9a59928
56-
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png
54+
[release-shield]: https://img.shields.io/badge/version-7eb9d8a-blue.svg
55+
[release]: https://github.com/hassio-addons/app-node-red/tree/7eb9d8a
56+
[screenshot]: https://github.com/hassio-addons/app-node-red/raw/main/images/screenshot.png

node-red/config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Node-RED
2-
version: 9a59928
2+
version: 7eb9d8a
33
slug: nodered
44
description: Flow-based programming for the Internet of Things
5-
url: https://github.com/hassio-addons/addon-node-red
5+
url: https://github.com/hassio-addons/app-node-red
66
ingress: true
77
ingress_port: 0
88
ingress_stream: true
@@ -66,4 +66,4 @@ schema:
6666
leave_front_door_open: bool?
6767
safe_mode: bool?
6868
max_old_space_size: int?
69-
image: ghcr.io/hassio-addons/node-red/{arch}
69+
image: ghcr.io/hassio-addons/node-red

0 commit comments

Comments
 (0)