From cf1f070e118e4b59a2eece78086f043e4d885b7d Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 2 Jun 2018 07:47:10 +0000 Subject: [PATCH] :arrow_up: Updating add-on Node-RED to f76a9c7 --- README.md | 6 +++--- node-red/CHANGELOG.md | 6 ++---- node-red/README.md | 13 ++++++++----- node-red/config.json | 2 +- 4 files changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 205254b09..87cdd1f70 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/7136c53 -[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/7136c53/README.md +[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/f76a9c7 +[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/f76a9c7/README.md [node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues -[node-red-version-shield]: https://img.shields.io/badge/version-7136c53-blue.svg +[node-red-version-shield]: https://img.shields.io/badge/version-f76a9c7-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 82c39c8e5..cb2360df9 100644 --- a/node-red/CHANGELOG.md +++ b/node-red/CHANGELOG.md @@ -1,5 +1,3 @@ -2018/06/02 07:14 UTC - [7136c53](https://github.com/hassio-addons/addon-node-red/commit/7136c531c7da2a31789ab3d075dc7dffd6ad951e) by [@frenck](https://github.com/frenck) -> Revert ":fire: Removes directory changing on the fly" - -This reverts commit 6112ef48862e62d414aed8ec26617ce7450da0ff. +2018/06/02 07:40 UTC - [f76a9c7](https://github.com/hassio-addons/addon-node-red/commit/f76a9c77b8761c3caf16be81ceda6085998d4c53) by [@frenck](https://github.com/frenck) +> :art: Adds screenshots to documentation diff --git a/node-red/README.md b/node-red/README.md index 5cf891d29..77eb340e5 100644 --- a/node-red/README.md +++ b/node-red/README.md @@ -15,10 +15,12 @@ APIs and online services in new and interesting ways. It provides a browser-based editor that makes it easy to wire together flows using the wide range of nodes in the palette that can be deployed to its -runtime in a single-click. +runtime in a single click. [Click here for the full documentation][docs] +![Node-RED in the Home Assistant Frontend][screenshot] + ## WARNING! THIS IS AN EDGE VERSION! This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds @@ -44,8 +46,9 @@ 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-7136c53-blue.svg -[release]: https://github.com/hassio-addons/addon-node-red/tree/7136c53 -[docs]: https://github.com/hassio-addons/addon-node-red/blob/7136c53/README.md +[release-shield]: https://img.shields.io/badge/version-f76a9c7-blue.svg +[release]: https://github.com/hassio-addons/addon-node-red/tree/f76a9c7 +[docs]: https://github.com/hassio-addons/addon-node-red/blob/f76a9c7/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 +[buymeacoffee]: https://www.buymeacoffee.com/frenck +[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png \ No newline at end of file diff --git a/node-red/config.json b/node-red/config.json index 12908cbdc..55d29b829 100644 --- a/node-red/config.json +++ b/node-red/config.json @@ -1,6 +1,6 @@ { "name": "Node-RED", - "version": "7136c53", + "version": "f76a9c7", "slug": "nodered", "description": "Flow-based programming for the Internet of Things", "url": "https://community.home-assistant.io/?u=frenck",