mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Node-RED to 0f52e90
This commit is contained in:
parent
1962b4eb7e
commit
9d761fc537
5 changed files with 13 additions and 15 deletions
|
@ -885,10 +885,10 @@ SOFTWARE.
|
||||||
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[nginxproxymanager-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
[nginxproxymanager-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[nginxproxymanager-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
[nginxproxymanager-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/b5d82ef
|
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/0f52e90
|
||||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/b5d82ef/README.md
|
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/0f52e90/README.md
|
||||||
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
|
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
|
||||||
[node-red-version-shield]: https://img.shields.io/badge/version-b5d82ef-blue.svg
|
[node-red-version-shield]: https://img.shields.io/badge/version-0f52e90-blue.svg
|
||||||
[node-red-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
[node-red-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[node-red-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[node-red-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[node-red-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[node-red-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
# Changelog since v15.1.0
|
# Changelog since v15.1.1
|
||||||
- ⬆️ Update node-red-contrib-home-assistant-websocket to v0.58.2 (#1728)
|
- Migrate Node-RED config out of Home Assistant config folder (#1729)
|
||||||
|
|
||||||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
||||||
|
|
|
@ -207,15 +207,14 @@ on garbage collection in an effort to free unused memory.
|
||||||
|
|
||||||
## Configuration folder
|
## Configuration folder
|
||||||
|
|
||||||
The addon will store most of its configuration in the `config/node-red` folder,
|
The addon will store most of its configuration in the Node-RED add-on
|
||||||
including the `flows.json`. Please ensure this is included in your backup. It is
|
configuration folder, including the `flows.json`.
|
||||||
also important to note that this will not be removed on uninstalling the addon.
|
|
||||||
|
|
||||||
## Time zone configuration
|
## Time zone configuration
|
||||||
|
|
||||||
The addon will use the configured time zone of the underlying operating system.
|
The addon will use the configured time zone of the underlying operating system.
|
||||||
If this is incorrect (for example with the Home Assistant Operating System it
|
If this is incorrect (for example with the Home Assistant Operating System it
|
||||||
will be UTC), this can be configured in the `/config/node-red/settings.js` file.
|
will be UTC), this can be configured in the `settings.js` file.
|
||||||
|
|
||||||
To do so, open the file with a text editor and add the following above the
|
To do so, open the file with a text editor and add the following above the
|
||||||
`module.exports = {` line.
|
`module.exports = {` line.
|
||||||
|
|
|
@ -51,6 +51,6 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-b5d82ef-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-0f52e90-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/b5d82ef
|
[release]: https://github.com/hassio-addons/addon-node-red/tree/0f52e90
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png
|
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png
|
|
@ -1,5 +1,5 @@
|
||||||
name: Node-RED
|
name: Node-RED
|
||||||
version: b5d82ef
|
version: 0f52e90
|
||||||
slug: nodered
|
slug: nodered
|
||||||
description: Flow-based programming for the Internet of Things
|
description: Flow-based programming for the Internet of Things
|
||||||
url: https://github.com/hassio-addons/addon-node-red
|
url: https://github.com/hassio-addons/addon-node-red
|
||||||
|
@ -25,7 +25,8 @@ host_network: true
|
||||||
auth_api: true
|
auth_api: true
|
||||||
uart: true
|
uart: true
|
||||||
map:
|
map:
|
||||||
- config:rw
|
- addon_config:rw
|
||||||
|
- homeassistant_config:rw
|
||||||
- media:rw
|
- media:rw
|
||||||
- share:rw
|
- share:rw
|
||||||
- ssl
|
- ssl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue