mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on Node-RED to 2da19ba
This commit is contained in:
parent
6a15928981
commit
9a9858007c
5 changed files with 11 additions and 7 deletions
|
@ -881,10 +881,10 @@ SOFTWARE.
|
|||
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[nginxproxymanager-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[nginxproxymanager-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/2f71cc6
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/2f71cc6/README.md
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/2da19ba
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/2da19ba/README.md
|
||||
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-2f71cc6-blue.svg
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-2da19ba-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Changelog since v10.0.1
|
||||
- Add links to nodered.org in the documentation (#1155)
|
||||
- Bump @node-red-contrib-themes/theme-collection from 2.1.0 to 2.1.2 in /node-red (#1156)
|
||||
|
||||
Bumps [@node-red-contrib-themes/theme-collection](https://github.com/node-red-contrib-themes/theme-collection) from 2.1.0 to 2.1.2.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Home Assistant Community Add-on: Node-RED
|
||||
|
||||
Node-RED is a programming tool for wiring together hardware devices,
|
||||
[Node-RED][nodered] is a programming tool for wiring together hardware devices,
|
||||
APIs and online services in new and interesting ways.
|
||||
|
||||
It provides a browser-based editor that makes it easy to wire together flows
|
||||
|
@ -240,6 +240,7 @@ You have several options to get them answered:
|
|||
Assistant discussions and questions.
|
||||
- The Home Assistant [Community Forum][forum].
|
||||
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
|
||||
- The [Node-RED documentation][nodered-docs]
|
||||
|
||||
You could also [open an issue here][issue] GitHub.
|
||||
|
||||
|
@ -282,6 +283,8 @@ SOFTWARE.
|
|||
[frenck]: https://github.com/frenck
|
||||
[issue]: https://github.com/hassio-addons/addon-node-red/issues
|
||||
[node-red-nodes]: https://flows.nodered.org/?type=node&num_pages=1
|
||||
[nodered]: https://nodered.org
|
||||
[nodered-docs]: https://nodered.org/docs
|
||||
[npm-packages]: https://www.npmjs.com
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-node-red/releases
|
||||
|
|
|
@ -50,6 +50,6 @@ If you are more interested in stable releases of our add-ons:
|
|||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-2f71cc6-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/2f71cc6
|
||||
[release-shield]: https://img.shields.io/badge/version-2da19ba-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/2da19ba
|
||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png
|
|
@ -71,4 +71,4 @@ schema:
|
|||
slug: nodered
|
||||
uart: true
|
||||
url: https://github.com/hassio-addons/addon-node-red
|
||||
version: 2f71cc6
|
||||
version: 2da19ba
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue