mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 19:11:30 +00:00
🎉 Release of add-on Node-RED 0.1.1
This commit is contained in:
parent
e9f120d018
commit
ded9e6696a
4 changed files with 16 additions and 10 deletions
|
@ -480,10 +480,10 @@ SOFTWARE.
|
||||||
[influxdb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[influxdb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[influxdb-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[influxdb-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[influxdb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
[influxdb-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v0.1.0
|
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v0.1.1
|
||||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v0.1.0/README.md
|
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v0.1.1/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-v0.1.0-blue.svg
|
[node-red-version-shield]: https://img.shields.io/badge/version-v0.1.1-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 +1,7 @@
|
||||||
🎉 Initial release!
|
[Full Changelog][changelog]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Updates the forum links
|
||||||
|
|
||||||
|
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v0.1.0...v0.1.1
|
|
@ -39,13 +39,13 @@ If you are more interested in stable releases of our add-ons:
|
||||||
|
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||||
[forum]: https://community.home-assistant.io/t/?u=frenck
|
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-node-red/55023?u=frenck
|
||||||
[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-v0.1.0-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-v0.1.1-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v0.1.0
|
[release]: https://github.com/hassio-addons/addon-node-red/tree/v0.1.1
|
||||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v0.1.0/README.md
|
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v0.1.1/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
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png
|
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "Node-RED",
|
"name": "Node-RED",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"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/t/community-hass-io-add-on-node-red/55023?u=frenck",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:1880]",
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:1880]",
|
||||||
"startup": "application",
|
"startup": "application",
|
||||||
"arch": [
|
"arch": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue