⬆️ Updating add-on Node-RED to 2e8a568

This commit is contained in:
Community Hass.io Add-ons Bot 2019-02-05 20:45:34 +00:00
parent aa46591b8f
commit 0f93f206d0
4 changed files with 46 additions and 16 deletions

View file

@ -780,10 +780,10 @@ SOFTWARE.
[nut-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[nut-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[nut-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/ebfc815
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/ebfc815/README.md
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/2e8a568
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/2e8a568/README.md
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
[node-red-version-shield]: https://img.shields.io/badge/version-ebfc815-blue.svg
[node-red-version-shield]: https://img.shields.io/badge/version-2e8a568-blue.svg
[node-red-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/node-red-armhf.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

View file

@ -1,14 +1,42 @@
# Changelog since v1.2.5
# Changelog since v1.2.6
2019/02/03 18:29 UTC - [ebfc815](https://github.com/hassio-addons/addon-node-red/commit/ebfc81550e45b0aceb4ebce9cf873b1ce33d40be) by [@renovate[bot]](https://github.com/apps/renovate)
> :arrow_up: Updates node-red-contrib-home-assistant-websocket to v0.7.0 (#124)
2019/02/05 20:30 UTC - [2e8a568](https://github.com/hassio-addons/addon-node-red/commit/2e8a5682a6635c2492e7d02b534a42d3f2f8133d) by [@frenck](https://github.com/frenck)
> :shirt: Fixes missing link
2019/02/03 18:29 UTC - [647e7dc](https://github.com/hassio-addons/addon-node-red/commit/647e7dcb48b33df09c6cbcbbff351f7fbc380911) by [@renovate[bot]](https://github.com/apps/renovate)
> :arrow_up: Updates node-red-contrib-bigtimer to v2.1.3 (#123)
2019/02/05 20:30 UTC - [d500af7](https://github.com/hassio-addons/addon-node-red/commit/d500af72854d8653ee8d9ca726b773fc29251be6) by [@frenck](https://github.com/frenck)
> :books: Updates documentation to include the dark mode
2019/02/03 18:29 UTC - [43dd1ea](https://github.com/hassio-addons/addon-node-red/commit/43dd1ea931ee55c2c2811c7764d575a0e9be505c) by [@renovate[bot]](https://github.com/apps/renovate)
> :arrow_up: Updates node-red-contrib-bigtimer to v2.1.1 (#119)
2019/02/05 20:30 UTC - [8405b53](https://github.com/hassio-addons/addon-node-red/commit/8405b535793f9a5c80ad3537d2ec8256637edb20) by [@frenck](https://github.com/frenck)
> :ambulance: Hotfixes the dark theme
2019/02/03 18:29 UTC - [fb26a2d](https://github.com/hassio-addons/addon-node-red/commit/fb26a2d8a92ec9a5d8f24f9adb2c8a3c5565483c) by [@renovate[bot]](https://github.com/apps/renovate)
> :arrow_up: Updates node-red-contrib-bigtimer to v2.1.0 (#118)
2019/02/05 20:30 UTC - [94baf70](https://github.com/hassio-addons/addon-node-red/commit/94baf70f71a9ffa71db303f615f4b5e343031cd3) by [@tjorim](https://github.com/tjorim)
> :sparkles: Add option for dark mode (#122)
* Prepare config option for dark mode
* Download and move the theme files
* Use /node-red subfolder of /etc
seems like other edits were missing in the last commit as well
* Update config.js
* Make sure mv puts the files in a subfolder
`/` at the end was missing
* No need to move files to /config
* Use theme files from /etc directly
* Use same folder as the rest
* Upgrade midnight-red to 0.2.6
* Forgot those names
* :pencil2: Darkmode off by default
* Revert SSL change

View file

@ -46,13 +46,13 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-node-red/blob/ebfc815/README.md
[docs]: https://github.com/hassio-addons/addon-node-red/blob/2e8a568/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-node-red/55023?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[patreon-shield]: https://www.frenck.nl/images/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-ebfc815-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/ebfc815
[release-shield]: https://img.shields.io/badge/version-2e8a568-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/2e8a568
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Node-RED",
"version": "ebfc815",
"version": "2e8a568",
"slug": "nodered",
"description": "Flow-based programming for the Internet of Things",
"url": "https://github.com/hassio-addons/addon-node-red",
@ -35,6 +35,7 @@
"options": {
"log_level": "info",
"credential_secret": "",
"dark_mode": false,
"http_node": {
"username": "",
"password": ""
@ -55,6 +56,7 @@
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"credential_secret": "str",
"dark_mode": "bool",
"http_node": {
"username": "str",
"password": "str"