From d50d5c7a25cc8755ab3eef520a978d89fef1dcae Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Mon, 3 Jan 2022 10:17:36 +0000 Subject: [PATCH] :arrow_up: Updating add-on Node-RED to 3d567b0 --- README.md | 6 +++--- node-red/CHANGELOG.md | 21 +++++++++++++++++++++ node-red/DOCS.md | 5 +++++ node-red/README.md | 4 ++-- node-red/config.yaml | 3 ++- 5 files changed, 33 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 64a22fb2c..30f772666 100644 --- a/README.md +++ b/README.md @@ -867,10 +867,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/d77e65d -[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/d77e65d/README.md +[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/3d567b0 +[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/3d567b0/README.md [node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues -[node-red-version-shield]: https://img.shields.io/badge/version-d77e65d-blue.svg +[node-red-version-shield]: https://img.shields.io/badge/version-3d567b0-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-yes-green.svg diff --git a/node-red/CHANGELOG.md b/node-red/CHANGELOG.md index 2c9475002..582af0f23 100644 --- a/node-red/CHANGELOG.md +++ b/node-red/CHANGELOG.md @@ -1,4 +1,25 @@ # Changelog since v10.2.2 +- Bump node-red-contrib-home-assistant-websocket from 0.40.0 to 0.41.3 in /node-red (#1228) + +Bumps [node-red-contrib-home-assistant-websocket](https://github.com/zachowj/node-red-contrib-home-assistant-websocket) from 0.40.0 to 0.41.3. +- [Release notes](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/releases) +- [Changelog](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/blob/main/CHANGELOG.md) +- [Commits](https://github.com/zachowj/node-red-contrib-home-assistant-websocket/compare/v0.40.0...v0.41.3) + +--- +updated-dependencies: +- dependency-name: node-red-contrib-home-assistant-websocket + dependency-type: direct:production + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- Bump node-red-node-email from 1.13.0 to 1.14.0 in /node-red (#1229) + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- 🔨 Add safe mode startup option (#1226) - Bump node-red-dashboard from 3.1.2 to 3.1.3 in /node-red (#1223) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> diff --git a/node-red/DOCS.md b/node-red/DOCS.md index fba91d3cd..8d128355f 100644 --- a/node-red/DOCS.md +++ b/node-red/DOCS.md @@ -163,6 +163,11 @@ Customize your Node-RED environment even more with the `init_commands` option. Add one or more shell commands to the list, and they will be executed every single time this add-on starts. +### Option: `safe_mode` + +Setting this option to `true` will start Node-Red with the `--safe` flag set, +starting the application without starting any flows for troubleshooting. + ### Option: `leave_front_door_open` Adding this option to the add-on configuration allows you to disable diff --git a/node-red/README.md b/node-red/README.md index f1f4ef573..ef94ee13b 100644 --- a/node-red/README.md +++ b/node-red/README.md @@ -50,6 +50,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-d77e65d-blue.svg -[release]: https://github.com/hassio-addons/addon-node-red/tree/d77e65d +[release-shield]: https://img.shields.io/badge/version-3d567b0-blue.svg +[release]: https://github.com/hassio-addons/addon-node-red/tree/3d567b0 [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 605a6b688..1326bd9dd 100644 --- a/node-red/config.yaml +++ b/node-red/config.yaml @@ -64,6 +64,7 @@ schema: log_level: list(trace|debug|info|notice|warning|error|fatal)? npm_packages: - str + safe_mode: bool? ssl: bool system_packages: - str @@ -71,4 +72,4 @@ schema: slug: nodered uart: true url: https://github.com/hassio-addons/addon-node-red -version: d77e65d +version: 3d567b0