diff --git a/README.md b/README.md index 3dcaa3ee7..98d6e55cf 100644 --- a/README.md +++ b/README.md @@ -498,10 +498,10 @@ SOFTWARE. [jupyter-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [jupyter-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [jupyter-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/cfde48d -[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/cfde48d/README.md +[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/224bdf2 +[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/224bdf2/README.md [node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues -[node-red-version-shield]: https://img.shields.io/badge/version-cfde48d-blue.svg +[node-red-version-shield]: https://img.shields.io/badge/version-224bdf2-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 diff --git a/node-red/CHANGELOG.md b/node-red/CHANGELOG.md index b080a375a..1e866714d 100644 --- a/node-red/CHANGELOG.md +++ b/node-red/CHANGELOG.md @@ -1,3 +1,3 @@ -2018/06/01 22:48 UTC - [cfde48d](https://github.com/hassio-addons/addon-node-red/commit/cfde48d70c4058351c64210f3a71f0465410c072) by [@frenck](https://github.com/frenck) -> :sparkles: Adds Web UI Button +2018/06/02 06:47 UTC - [224bdf2](https://github.com/hassio-addons/addon-node-red/commit/224bdf2bc043a8920d9b61896fa615faf892826e) by [@frenck](https://github.com/frenck) +> :books: Updates README diff --git a/node-red/README.md b/node-red/README.md index ce49601c5..722f0aa88 100644 --- a/node-red/README.md +++ b/node-red/README.md @@ -44,8 +44,8 @@ If you are more interested in stable releases of our add-ons: [discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord]: https://discord.gg/c5DvZ4e [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg -[release-shield]: https://img.shields.io/badge/version-cfde48d-blue.svg -[release]: https://github.com/hassio-addons/addon-node-red/tree/cfde48d -[docs]: https://github.com/hassio-addons/addon-node-red/blob/cfde48d/README.md +[release-shield]: https://img.shields.io/badge/version-224bdf2-blue.svg +[release]: https://github.com/hassio-addons/addon-node-red/tree/224bdf2 +[docs]: https://github.com/hassio-addons/addon-node-red/blob/224bdf2/README.md [buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg [buymeacoffee]: https://www.buymeacoffee.com/frenck \ No newline at end of file diff --git a/node-red/config.json b/node-red/config.json index bc4de4d06..dbdc4cedd 100644 --- a/node-red/config.json +++ b/node-red/config.json @@ -1,6 +1,6 @@ { "name": "Node-RED", - "version": "cfde48d", + "version": "224bdf2", "slug": "nodered", "description": "Flow-based programming for the Internet of Things", "url": "https://community.home-assistant.io/?u=frenck", @@ -32,12 +32,12 @@ } ], "http_node": { - "username": "MarryPoppins", - "password": "Supercalifragilisticexpialidocious" + "username": "", + "password": "" }, "http_static": { - "username": "MarryPoppins", - "password": "Supercalifragilisticexpialidocious" + "username": "", + "password": "" }, "port": 1880, "ssl": false,