⬆️ Updating add-on Node-RED to 3d567b0

This commit is contained in:
Community Hass.io Add-ons Bot 2022-01-03 10:17:36 +00:00
parent 9a6286cce6
commit d50d5c7a25
5 changed files with 33 additions and 6 deletions

View file

@ -867,10 +867,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/d77e65d [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/d77e65d/README.md [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-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-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-yes-green.svg [node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,4 +1,25 @@
# Changelog since v10.2.2 # 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] <support@github.com>
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) - 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

View file

@ -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 Add one or more shell commands to the list, and they will be executed every
single time this add-on starts. 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` ### Option: `leave_front_door_open`
Adding this option to the add-on configuration allows you to disable Adding this option to the add-on configuration allows you to disable

View file

@ -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-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-d77e65d-blue.svg [release-shield]: https://img.shields.io/badge/version-3d567b0-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/d77e65d [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 [screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png

View file

@ -64,6 +64,7 @@ schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)? log_level: list(trace|debug|info|notice|warning|error|fatal)?
npm_packages: npm_packages:
- str - str
safe_mode: bool?
ssl: bool ssl: bool
system_packages: system_packages:
- str - str
@ -71,4 +72,4 @@ schema:
slug: nodered slug: nodered
uart: true uart: true
url: https://github.com/hassio-addons/addon-node-red url: https://github.com/hassio-addons/addon-node-red
version: d77e65d version: 3d567b0