⬆️ Updating add-on Node-RED to f76a9c7

This commit is contained in:
Community Hass.io Add-ons Bot 2018-06-02 07:47:10 +00:00
parent a0ca4505d2
commit cf1f070e11
4 changed files with 14 additions and 13 deletions

View file

@ -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

View file

@ -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

View file

@ -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
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png

View file

@ -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",