mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 19:41:27 +00:00
🎉 Release of add-on Node-RED 1.2.1
This commit is contained in:
parent
1a3dbea90b
commit
39a26c4718
4 changed files with 13 additions and 20 deletions
|
@ -647,10 +647,10 @@ SOFTWARE.
|
|||
[mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[mqtt-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v1.2.0
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v1.2.0/README.md
|
||||
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v1.2.1
|
||||
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v1.2.1/README.md
|
||||
[node-red-issue]: https://github.com/hassio-addons/addon-node-red/issues
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg
|
||||
[node-red-version-shield]: https://img.shields.io/badge/version-v1.2.1-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
|
||||
|
|
|
@ -1,19 +1,12 @@
|
|||
[Full Changelog][changelog]
|
||||
|
||||
This release updates a couple of parts of the add-on, including nodejs and the Home Assistant WebSocket node.
|
||||
|
||||
The add-on now ships with `node-red-node-serialport` straight of the box. I've seen many people struggle to get it installed, so from now on, it is just part of the add-on. :tada:
|
||||
|
||||
Furthermore, I've seen people having connection issues, mostly caused by having a conflicting Home Assistant node installed. This release takes care of those conflicting nodes for you. 🚑
|
||||
This release updates the nodes used by this add-on to the latest and greatest versions.
|
||||
It also replaces `node-red-contrib-google-home-notify` with `node-red-contrib-cast`, which allows you to use your Google Cast and Home devices again for streaming media.
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrades node-red-contrib-home-assistant-websocket to 0.3.1
|
||||
- Upgrades RPi.GPIO to 0.6.3
|
||||
- Fixes PT_GNU_STACK header in nodejs patch after installing RPi.GPIO
|
||||
- Upgrades nodejs to 8.14.0-r0
|
||||
- Update google-tts-api to 0.0.4 (#81) (@heytcass)
|
||||
- Adds node-red-node-serialport to the default node set
|
||||
- Auto removal of conflicting node packages on startup
|
||||
- Upgrades `node-red-contrib-home-assistant-websocket` to 0.4.3
|
||||
- Upgrades `node-red-node-ping` to 0.0.16
|
||||
- Replaces `node-red-contrib-google-home-notify` with `node-red-contrib-cast` (#84) (@tjorim)
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v1.1.0...v1.2.0
|
||||
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v1.2.0...v1.2.1
|
|
@ -43,13 +43,13 @@ If you are more interested in stable releases of our add-ons:
|
|||
[buymeacoffee]: https://www.buymeacoffee.com/frenck
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v1.2.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v1.2.1/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-node-red/55023?u=frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
|
||||
[patreon-shield]: https://www.frenck.nl/images/patreon.png
|
||||
[patreon]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.2.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v1.2.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v1.2.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-node-red/tree/v1.2.1
|
||||
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Node-RED",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"slug": "nodered",
|
||||
"description": "Flow-based programming for the Internet of Things",
|
||||
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-node-red/55023?u=frenck",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue