⬆️ Updating add-on Node-RED to 5258920

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-20 14:14:04 +00:00
parent bfcd8d7d72
commit 911b71b200
5 changed files with 41 additions and 14 deletions

View file

@ -959,10 +959,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/8f5287c [addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/5258920
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/8f5287c/README.md [addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/5258920/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-8f5287c-blue.svg [node-red-version-shield]: https://img.shields.io/badge/version-5258920-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,28 @@
# Changelog since v8.2.1 # Changelog since v8.2.1
- Fix node-red deployment slug (#990)
- ⬆️ Upgrades Node-RED to v1.3.3 (#989)
- Add support for the theme collection (#970)
* Add support for the theme collection
* Remove dark_move from the documentation
* Remove dark_mode from default config
* Don't use editorTheme.page.css
* Warns about dark_mode deprecation
* Add option for default (vanilla) theme
* Turn the theme option into a list type
* Apply suggestions from code review
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
- Fix node-red CI slug (#988)
- Apply updated repository structure & CI workflow (#987)
- Upgrades add-on base image to v9.2.0 (#986)
- Bump node-red-contrib-bigtimer from 2.7.3 to 2.7.5 in /node-red (#985) - Bump node-red-contrib-bigtimer from 2.7.3 to 2.7.5 in /node-red (#985)
Bumps [node-red-contrib-bigtimer](https://tech.scargill.net/big-timer/) from 2.7.3 to 2.7.5. Bumps [node-red-contrib-bigtimer](https://tech.scargill.net/big-timer/) from 2.7.3 to 2.7.5.

View file

@ -110,13 +110,16 @@ You might need it in the future! (e.g., When restoring a backup).
Node-RED from being able to decrypt your existing credentials and they will be Node-RED from being able to decrypt your existing credentials and they will be
lost._ lost._
### Option: `dark_mode` ### Option: `theme`
When set to `true`, the Midnight Node-RED theme by [Mauricio Bonani][bonanitech] Sets one of the Node-RED themes. Currently available options:
will be enabled. For more information and a glance at how it looks,
see the GitHub repository of this theme:
<https://github.com/node-red-contrib-themes/midnight-red> - `default`
- `dark`
- `midnight-red`
- `oled`
- `solarized-dark`
- `solarized-light`
### Option: `http_node` ### Option: `http_node`
@ -282,7 +285,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
[alpine-packages]: https://pkgs.alpinelinux.org/packages [alpine-packages]: https://pkgs.alpinelinux.org/packages
[bonanitech]: https://github.com/bonanitech
[contributors]: https://github.com/hassio-addons/addon-node-red/graphs/contributors [contributors]: https://github.com/hassio-addons/addon-node-red/graphs/contributors
[discord-ha]: https://discord.gg/c5DvZ4e [discord-ha]: https://discord.gg/c5DvZ4e
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons

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-8f5287c-blue.svg [release-shield]: https://img.shields.io/badge/version-5258920-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/8f5287c [release]: https://github.com/hassio-addons/addon-node-red/tree/5258920
[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

@ -1,6 +1,6 @@
{ {
"name": "Node-RED", "name": "Node-RED",
"version": "8f5287c", "version": "5258920",
"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",
@ -44,7 +44,7 @@
], ],
"options": { "options": {
"credential_secret": "", "credential_secret": "",
"dark_mode": false, "theme": "default",
"http_node": { "http_node": {
"username": "", "username": "",
"password": "" "password": ""
@ -64,7 +64,8 @@
"schema": { "schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?", "log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"credential_secret": "password", "credential_secret": "password",
"dark_mode": "bool", "dark_mode": "bool?",
"theme": "list(default|dark|midnight-red|oled|solarized-dark|solarized-light)?",
"http_node": { "http_node": {
"username": "str", "username": "str",
"password": "password" "password": "password"