🎉 Release of add-on Node-RED 1.2.2

This commit is contained in:
Community Hass.io Add-ons Bot 2018-12-20 11:32:29 +00:00
parent 250b7e147d
commit 1e5e7458f7
4 changed files with 10 additions and 14 deletions

View file

@ -612,10 +612,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.1
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v1.2.1/README.md
[addon-node-red]: https://github.com/hassio-addons/addon-node-red/tree/v1.2.2
[addon-doc-node-red]: https://github.com/hassio-addons/addon-node-red/blob/v1.2.2/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.1-blue.svg
[node-red-version-shield]: https://img.shields.io/badge/version-v1.2.2-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

View file

@ -1,12 +1,8 @@
[Full Changelog][changelog]
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.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)
- Upgrades node-red-contrib-bigtimer to 2.0.7
- Upgrades node-red-contrib-home-assistant-websocket to 0.5.0
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v1.2.0...v1.2.1
[changelog]: https://github.com/hassio-addons/addon-node-red/compare/v1.2.1...v1.2.2

View file

@ -27,13 +27,13 @@ runtime in a single click.
[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.1/README.md
[docs]: https://github.com/hassio-addons/addon-node-red/blob/v1.2.2/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.1-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v1.2.1
[release-shield]: https://img.shields.io/badge/version-v1.2.2-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/v1.2.2
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Node-RED",
"version": "1.2.1",
"version": "1.2.2",
"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",