From 9d761fc53708aca04de20822fc8b86d78ac1b2f8 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Fri, 10 Nov 2023 13:58:30 +0000 Subject: [PATCH] :arrow_up: Updating add-on Node-RED to 0f52e90 --- README.md | 6 +++--- node-red/CHANGELOG.md | 6 ++---- node-red/DOCS.md | 7 +++---- node-red/README.md | 4 ++-- node-red/config.yaml | 5 +++-- 5 files changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 8fb890c0b..1e36f668d 100644 --- a/README.md +++ b/README.md @@ -885,10 +885,10 @@ SOFTWARE. [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-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-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/b5d82ef/README.md +[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/0f52e90/README.md [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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [node-red-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/node-red/CHANGELOG.md b/node-red/CHANGELOG.md index 2459e3ef0..55c24a787 100644 --- a/node-red/CHANGELOG.md +++ b/node-red/CHANGELOG.md @@ -1,4 +1,2 @@ -# Changelog since v15.1.0 -- ⬆️ Update node-red-contrib-home-assistant-websocket to v0.58.2 (#1728) - -Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> +# Changelog since v15.1.1 +- Migrate Node-RED config out of Home Assistant config folder (#1729) diff --git a/node-red/DOCS.md b/node-red/DOCS.md index ebd7079ef..a5feef40d 100644 --- a/node-red/DOCS.md +++ b/node-red/DOCS.md @@ -207,15 +207,14 @@ on garbage collection in an effort to free unused memory. ## Configuration folder -The addon will store most of its configuration in the `config/node-red` folder, -including the `flows.json`. Please ensure this is included in your backup. It is -also important to note that this will not be removed on uninstalling the addon. +The addon will store most of its configuration in the Node-RED add-on +configuration folder, including the `flows.json`. ## Time zone configuration 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 -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 `module.exports = {` line. diff --git a/node-red/README.md b/node-red/README.md index 95bf20499..5a4a09551 100644 --- a/node-red/README.md +++ b/node-red/README.md @@ -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]: https://www.patreon.com/frenck [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]: https://github.com/hassio-addons/addon-node-red/tree/b5d82ef +[release-shield]: https://img.shields.io/badge/version-0f52e90-blue.svg +[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 \ No newline at end of file diff --git a/node-red/config.yaml b/node-red/config.yaml index d21915a25..03f9b1966 100644 --- a/node-red/config.yaml +++ b/node-red/config.yaml @@ -1,5 +1,5 @@ name: Node-RED -version: b5d82ef +version: 0f52e90 slug: nodered description: Flow-based programming for the Internet of Things url: https://github.com/hassio-addons/addon-node-red @@ -25,7 +25,8 @@ host_network: true auth_api: true uart: true map: -- config:rw +- addon_config:rw +- homeassistant_config:rw - media:rw - share:rw - ssl