mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on Node-RED 11.1.0
This commit is contained in:
parent
977d56a0df
commit
021b3dd28b
5 changed files with 35 additions and 18 deletions
|
@ -814,10 +814,10 @@ SOFTWARE.
|
||||||
[nginxproxymanager-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[nginxproxymanager-i386-shield]: https://img.shields.io/badge/i386-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/v11.0.4
|
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v11.1.0
|
||||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v11.0.4/README.md
|
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v11.1.0/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-v11.0.4-blue.svg
|
[node-red-version-shield]: https://img.shields.io/badge/version-v11.1.0-blue.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
|
||||||
[node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[node-red-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
## What’s changed
|
## What’s changed
|
||||||
|
|
||||||
|
## 🚀 Enhancements
|
||||||
|
|
||||||
|
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#1316)
|
||||||
|
|
||||||
|
## 📚 Documentation
|
||||||
|
|
||||||
|
- 📚 Add My buttons to documentation @frenck (#1317)
|
||||||
|
|
||||||
## ⬆️ Dependency updates
|
## ⬆️ Dependency updates
|
||||||
|
|
||||||
- Bump node-red-dashboard from 3.1.5 to 3.1.6 in /node-red @dependabot (#1301)
|
- Bump node-red-contrib-home-assistant-websocket from 0.43.0 to 0.43.1 in /node-red @dependabot (#1314)
|
||||||
- Bump node-red-contrib-home-assistant-websocket from 0.42.5 to 0.42.7 in /node-red @dependabot (#1302)
|
- ⬆️ Upgrades add-on base image to 11.1.0 @frenck (#1315)
|
||||||
- Bump node-red from 2.2.1 to 2.2.2 in /node-red @dependabot (#1305)
|
|
||||||
- Bump node-red-contrib-home-assistant-websocket from 0.42.7 to 0.42.8 in /node-red @dependabot (#1304)
|
|
||||||
- Bump node-red-contrib-home-assistant-websocket from 0.42.8 to 0.43.0 in /node-red @dependabot (#1308)
|
|
||||||
- Bump node-red-node-serialport from 0.15.0 to 1.0.1 in /node-red @dependabot (#1309)
|
|
||||||
- Bump node-red-contrib-modbus from 5.21.0 to 5.21.2 in /node-red @dependabot (#1295)
|
|
||||||
|
|
|
@ -12,8 +12,12 @@ runtime in a single click.
|
||||||
The installation of this add-on is pretty straightforward and not different in
|
The installation of this add-on is pretty straightforward and not different in
|
||||||
comparison to installing any other Home Assistant add-on.
|
comparison to installing any other Home Assistant add-on.
|
||||||
|
|
||||||
1. Search for the "Node-RED" add-on in the Home Assistant add-on store and
|
1. Click the Home Assistant My button below to open the add-on on your Home
|
||||||
install it.
|
Assistant instance.
|
||||||
|
|
||||||
|
[![Open this add-on in your Home Assistant instance.][addon-badge]][addon]
|
||||||
|
|
||||||
|
1. Click the "Install" button to install the add-on.
|
||||||
1. Set a `credential_secret`, which is used to encrypt sensitive data.
|
1. Set a `credential_secret`, which is used to encrypt sensitive data.
|
||||||
This is just a "password", which you should save in a secondary location.
|
This is just a "password", which you should save in a secondary location.
|
||||||
1. Start the "Node-RED" add-on.
|
1. Start the "Node-RED" add-on.
|
||||||
|
@ -24,7 +28,11 @@ comparison to installing any other Home Assistant add-on.
|
||||||
**Note**: The add-on is **pre-configured** out of the box! There is no need
|
**Note**: The add-on is **pre-configured** out of the box! There is no need
|
||||||
to add/change/update the server connection settings!
|
to add/change/update the server connection settings!
|
||||||
|
|
||||||
Please read the rest of this document further instructions.
|
Home Assistant, by default, ships with the Community Add-ons store installed.
|
||||||
|
However, if it is missing (for any reason), you can add it by clicking the
|
||||||
|
button My button below.
|
||||||
|
|
||||||
|
[!Add repository to your Home Assitant instance.][repository-badge]][repository]
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
@ -288,6 +296,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|
||||||
|
[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg
|
||||||
|
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_example
|
||||||
[alpine-packages]: https://pkgs.alpinelinux.org/packages
|
[alpine-packages]: https://pkgs.alpinelinux.org/packages
|
||||||
[contributors]: https://github.com/hassio-addons/addon-node-red/graphs/contributors
|
[contributors]: https://github.com/hassio-addons/addon-node-red/graphs/contributors
|
||||||
[discord-ha]: https://discord.gg/c5DvZ4e
|
[discord-ha]: https://discord.gg/c5DvZ4e
|
||||||
|
@ -296,9 +306,11 @@ SOFTWARE.
|
||||||
[frenck]: https://github.com/frenck
|
[frenck]: https://github.com/frenck
|
||||||
[issue]: https://github.com/hassio-addons/addon-node-red/issues
|
[issue]: https://github.com/hassio-addons/addon-node-red/issues
|
||||||
[node-red-nodes]: https://flows.nodered.org/?type=node&num_pages=1
|
[node-red-nodes]: https://flows.nodered.org/?type=node&num_pages=1
|
||||||
[nodered]: https://nodered.org
|
|
||||||
[nodered-docs]: https://nodered.org/docs
|
[nodered-docs]: https://nodered.org/docs
|
||||||
|
[nodered]: https://nodered.org
|
||||||
[npm-packages]: https://www.npmjs.com
|
[npm-packages]: https://www.npmjs.com
|
||||||
[reddit]: https://reddit.com/r/homeassistant
|
[reddit]: https://reddit.com/r/homeassistant
|
||||||
[releases]: https://github.com/hassio-addons/addon-node-red/releases
|
[releases]: https://github.com/hassio-addons/addon-node-red/releases
|
||||||
|
[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
|
||||||
|
[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
|
||||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||||
|
|
|
@ -12,7 +12,7 @@ Flow-based programming for the Internet of Things.
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
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.
|
APIs and online services in new and interesting ways.
|
||||||
|
|
||||||
It provides a browser-based editor that makes it easy to wire together flows
|
It provides a browser-based editor that makes it easy to wire together flows
|
||||||
|
@ -28,9 +28,10 @@ runtime in a single click.
|
||||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||||
[github-sponsors]: https://github.com/sponsors/frenck
|
[github-sponsors]: https://github.com/sponsors/frenck
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
|
||||||
|
[nodered]: https://nodered.org
|
||||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-v11.0.4-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-v11.1.0-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v11.0.4
|
[release]: https://github.com/hassio-addons/addon-node-red/tree/v11.1.0
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png
|
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png
|
|
@ -6,6 +6,7 @@ arch:
|
||||||
- armv7
|
- armv7
|
||||||
- i386
|
- i386
|
||||||
auth_api: true
|
auth_api: true
|
||||||
|
codenotary: codenotary@frenck.dev
|
||||||
description: Flow-based programming for the Internet of Things
|
description: Flow-based programming for the Internet of Things
|
||||||
devices:
|
devices:
|
||||||
- /dev/mem
|
- /dev/mem
|
||||||
|
@ -73,4 +74,4 @@ schema:
|
||||||
slug: nodered
|
slug: nodered
|
||||||
uart: true
|
uart: true
|
||||||
url: https://github.com/hassio-addons/addon-node-red
|
url: https://github.com/hassio-addons/addon-node-red
|
||||||
version: 11.0.4
|
version: 11.1.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue