Skip to content

Commit

Permalink
⬆️ Updating add-on Node-RED to 48ed99d
Browse files Browse the repository at this point in the history
  • Loading branch information
addonsbot committed Sep 13, 2023
1 parent 624776e commit 5f9bfb6
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/89ad8a8
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/89ad8a8/README.md
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/48ed99d
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/48ed99d/README.md
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
[node-red-version-shield]: https://img.shields.io/badge/version-89ad8a8-blue.svg
[node-red-version-shield]: https://img.shields.io/badge/version-48ed99d-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
Expand Down
1 change: 1 addition & 0 deletions node-red/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changelog since v14.4.5
- Add new themes introduced in @node-red-contrib-themes/theme-collection v3.1 (#1672)
- ⬆️ Update node-red-contrib-home-assistant-websocket to v0.56.1 (#1668)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Expand Down
10 changes: 10 additions & 0 deletions node-red/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,24 @@ Sets one of the Node-RED themes. Currently available options:
- `dark`
- `dracula`
- `espresso-libre`
- `github-dark`
- `github-dark-default`
- `github-dark-dimmed`
- `midnight-red`
- `monoindustrial`
- `monokai`
- `monokai-dimmed`
- `noctis`
- `oceanic-next`
- `oled`
- `one-dark-pro`
- `one-dark-pro-darker`
- `solarized-dark`
- `solarized-light`
- `tokyo-night`
- `tokyo-night-light`
- `tokyo-night-storm`
- `totallyinformation`
- `zenburn`

### Option: `http_node`
Expand Down
4 changes: 2 additions & 2 deletions node-red/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-89ad8a8-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/89ad8a8
[release-shield]: https://img.shields.io/badge/version-48ed99d-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/48ed99d
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png
4 changes: 2 additions & 2 deletions node-red/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Node-RED
version: 89ad8a8
version: 48ed99d
slug: nodered
description: Flow-based programming for the Internet of Things
url: https://github.com/hassio-addons/addon-node-red
Expand Down Expand Up @@ -49,7 +49,7 @@ options:
schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)?
credential_secret: password
theme: list(default|aurora|cobalt2|dark|dracula|espresso-libre|midnight-red|monoindustrial|monokai|oceanic-next|oled|solarized-dark|solarized-light|tokyo-night|zenburn)?
theme: list(default|aurora|cobalt2|dark|dracula|espresso-libre|github-dark|github-dark-default|github-dark-dimmed|midnight-red|monoindustrial|monokai|monokai-dimmed|noctis|oceanic-next|oled|one-dark-pro|one-dark-pro-darker|solarized-dark|solarized-light|tokyo-night|tokyo-night-light|tokyo-night-storm|totallyinformation|zenburn)?
http_node:
username: str
password: password
Expand Down

0 comments on commit 5f9bfb6

Please sign in to comment.