mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 04:01:25 +00:00
⬆️ Updating add-on Node-RED to cfde48d
This commit is contained in:
parent
c32ed0eedc
commit
3760b62bde
4 changed files with 10 additions and 9 deletions
|
@ -498,10 +498,10 @@ SOFTWARE.
|
||||||
[jupyter-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[jupyter-i386-shield]: https://img.shields.io/badge/i386-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/54c4241
|
[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/54c4241/README.md
|
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/cfde48d/README.md
|
||||||
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
|
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
|
||||||
[node-red-version-shield]: https://img.shields.io/badge/version-54c4241-blue.svg
|
[node-red-version-shield]: https://img.shields.io/badge/version-cfde48d-blue.svg
|
||||||
[node-red-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/node-red-armhf.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-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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
2018/06/01 22:22 UTC - [54c4241](https://github.com/hassio-addons/addon-node-red/commit/54c4241d7e7f70c65eb480185f25da0062f4d2e0) by [@frenck](https://github.com/frenck)
|
2018/06/01 22:48 UTC - [cfde48d](https://github.com/hassio-addons/addon-node-red/commit/cfde48d70c4058351c64210f3a71f0465410c072) by [@frenck](https://github.com/frenck)
|
||||||
> :ambulance: Fixes npm install to use the right location
|
> :sparkles: Adds Web UI Button
|
||||||
|
|
||||||
|
|
|
@ -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-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||||
[discord]: https://discord.gg/c5DvZ4e
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-54c4241-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-cfde48d-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/54c4241
|
[release]: https://github.com/hassio-addons/addon-node-red/tree/cfde48d
|
||||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/54c4241/README.md
|
[docs]: https://github.com/hassio-addons/addon-node-red/blob/cfde48d/README.md
|
||||||
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
||||||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
|
@ -1,9 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "Node-RED",
|
"name": "Node-RED",
|
||||||
"version": "54c4241",
|
"version": "cfde48d",
|
||||||
"slug": "nodered",
|
"slug": "nodered",
|
||||||
"description": "Flow-based programming for the Internet of Things",
|
"description": "Flow-based programming for the Internet of Things",
|
||||||
"url": "https://community.home-assistant.io/?u=frenck",
|
"url": "https://community.home-assistant.io/?u=frenck",
|
||||||
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:1880]",
|
||||||
"startup": "application",
|
"startup": "application",
|
||||||
"arch": [
|
"arch": [
|
||||||
"aarch64",
|
"aarch64",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue