🎉 Release of add-on Z-Wave JS UI 1.8.0

This commit is contained in:
Community Hass.io Add-ons Bot 2023-03-20 19:26:32 +00:00
parent 55a5dec882
commit 27812db4b4
4 changed files with 26 additions and 27 deletions

View file

@ -1034,10 +1034,10 @@ SOFTWARE.
[wireguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [wireguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[wireguard-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [wireguard-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[wireguard-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [wireguard-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-zwave-js-ui]: https://github.com/hassio-addons/addon-zwave-js-ui/tree/v1.7.2 [addon-zwave-js-ui]: https://github.com/hassio-addons/addon-zwave-js-ui/tree/v1.8.0
[addon-doc-zwave-js-ui]: https://github.com/hassio-addons/addon-zwave-js-ui/blob/v1.7.2/README.md [addon-doc-zwave-js-ui]: https://github.com/hassio-addons/addon-zwave-js-ui/blob/v1.8.0/README.md
[zwave-js-ui-issue]: https://github.com/hassio-addons/addon-zwave-js-ui/issues [zwave-js-ui-issue]: https://github.com/hassio-addons/addon-zwave-js-ui/issues
[zwave-js-ui-version-shield]: https://img.shields.io/badge/version-v1.7.2-blue.svg [zwave-js-ui-version-shield]: https://img.shields.io/badge/version-v1.8.0-blue.svg
[zwave-js-ui-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [zwave-js-ui-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[zwave-js-ui-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [zwave-js-ui-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[zwave-js-ui-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [zwave-js-ui-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -2,5 +2,4 @@
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Upgrades Z-Wave JS UI to v8.10.0 @frenck ([#480](https://github.com/hassio-addons/addon-zwave-js-ui/pull/480)) - ⬆️ Upgrades Z-Wave JS UI to v8.11.0 @frenck ([#483](https://github.com/hassio-addons/addon-zwave-js-ui/pull/483))
- ⬆️ Upgrades Z-Wave JS UI to v8.10.1 @frenck ([#481](https://github.com/hassio-addons/addon-zwave-js-ui/pull/481))

View file

@ -59,6 +59,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-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-v1.7.2-blue.svg [release-shield]: https://img.shields.io/badge/version-v1.8.0-blue.svg
[release]: https://github.com/hassio-addons/addon-zwave-js-ui/tree/v1.7.2 [release]: https://github.com/hassio-addons/addon-zwave-js-ui/tree/v1.8.0
[zwave-js-ui]: https://github.com/zwave-js/zwave-js-ui [zwave-js-ui]: https://github.com/zwave-js/zwave-js-ui

View file

@ -1,34 +1,34 @@
name: Z-Wave JS UI
version: 1.8.0
slug: zwavejs2mqtt
description: Fully configurable Z-Wave JS gateway and control panel
url: https://github.com/hassio-addons/addon-zwave-js-ui
codenotary: codenotary@frenck.dev
ingress: true
ingress_stream: true
panel_title: Z-Wave JS
panel_icon: mdi:z-wave
startup: system
init: false
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
- armhf - armhf
- armv7 - armv7
- i386 - i386
codenotary: codenotary@frenck.dev
description: Fully configurable Z-Wave JS gateway and control panel
discovery: discovery:
- zwave_js - zwave_js
image: ghcr.io/hassio-addons/zwave-js-ui/{arch} services:
ingress: true - mqtt:want
ingress_stream: true watchdog: http://[HOST]:[PORT:8099]/health/zwave
init: false uart: true
udev: true
map: map:
- share:rw - share:rw
name: Z-Wave JS UI schema:
panel_icon: mdi:z-wave log_level: list(trace|debug|info|notice|warning|error|fatal)?
panel_title: Z-Wave JS
ports: ports:
3000/tcp: null 3000/tcp: null
ports_description: ports_description:
3000/tcp: Z-Wave JS communication 3000/tcp: Z-Wave JS communication
schema: image: ghcr.io/hassio-addons/zwave-js-ui/{arch}
log_level: list(trace|debug|info|notice|warning|error|fatal)?
services:
- mqtt:want
slug: zwavejs2mqtt
startup: system
uart: true
udev: true
url: https://github.com/hassio-addons/addon-zwave-js-ui
version: 1.7.2
watchdog: http://[HOST]:[PORT:8099]/health/zwave