mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on Node-RED 10.3.0
This commit is contained in:
parent
e1a6936198
commit
9d08973517
5 changed files with 20 additions and 7 deletions
|
@ -1,5 +1,12 @@
|
|||
## What’s changed
|
||||
|
||||
## 🚀 Enhancements
|
||||
|
||||
- 🔨 Add safe mode startup option @sinclairpaul (#1226)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- Bump node-red-contrib-home-assistant-websocket from 0.39.0 to 0.40.0 in /node-red @dependabot (#1222)
|
||||
- Bump node-red-node-feedparser from 0.2.1 to 0.2.2 in /node-red @dependabot (#1224)
|
||||
- Bump node-red-dashboard from 3.1.2 to 3.1.3 in /node-red @dependabot (#1223)
|
||||
- Bump node-red-node-email from 1.13.0 to 1.14.0 in /node-red @dependabot (#1229)
|
||||
- Bump node-red-contrib-home-assistant-websocket from 0.40.0 to 0.41.3 in /node-red @dependabot (#1228)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -31,6 +31,6 @@ runtime in a single click.
|
|||
[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-v10.2.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v10.2.2
|
||||
[release-shield]: https://img.shields.io/badge/version-v10.3.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v10.3.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png
|
|
@ -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: 10.2.2
|
||||
version: 10.3.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue