⬆️ Updating add-on Node-RED to 5830de3

This commit is contained in:
Community Hass.io Add-ons Bot 2021-08-11 01:03:00 +00:00
parent 5102672d35
commit 29bc7de851
4 changed files with 8 additions and 6 deletions

View file

@ -1,4 +1,5 @@
# Changelog since v9.2.1
- 🏎 Enable streaming mode for Ingress (#1091)
- 🔥 Clean up HIBP logic, as it is now handled by the Supervisor (#1090)
- 🔥 Clean up really old migration logic (#1089)
- 🔑 Use bearer authorization headers for HA auth (#1088)

View file

@ -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-bc4d434-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/bc4d434
[release-shield]: https://img.shields.io/badge/version-5830de3-blue.svg
[release]: https://github.com/hassio-addons/addon-node-red/tree/5830de3
[screenshot]: https://github.com/hassio-addons/addon-node-red/raw/main/images/screenshot.png

View file

@ -1,11 +1,12 @@
{
"name": "Node-RED",
"version": "bc4d434",
"version": "5830de3",
"slug": "nodered",
"description": "Flow-based programming for the Internet of Things",
"url": "https://github.com/hassio-addons/addon-node-red",
"ingress": true,
"ingress_port": 0,
"ingress_stream": true,
"panel_icon": "mdi:sitemap",
"init": false,
"homeassistant": "0.92.0b2",