mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 03:21:28 +00:00
🎉 Release of add-on Z-Wave JS UI 1.8.0
This commit is contained in:
parent
55a5dec882
commit
27812db4b4
4 changed files with 26 additions and 27 deletions
|
@ -2,5 +2,4 @@
|
|||
|
||||
## ⬆️ 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.10.1 @frenck ([#481](https://github.com/hassio-addons/addon-zwave-js-ui/pull/481))
|
||||
- ⬆️ Upgrades Z-Wave JS UI to v8.11.0 @frenck ([#483](https://github.com/hassio-addons/addon-zwave-js-ui/pull/483))
|
||||
|
|
|
@ -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]: 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-v1.7.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-zwave-js-ui/tree/v1.7.2
|
||||
[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.8.0
|
||||
[zwave-js-ui]: https://github.com/zwave-js/zwave-js-ui
|
|
@ -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:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
codenotary: codenotary@frenck.dev
|
||||
description: Fully configurable Z-Wave JS gateway and control panel
|
||||
discovery:
|
||||
- zwave_js
|
||||
image: ghcr.io/hassio-addons/zwave-js-ui/{arch}
|
||||
ingress: true
|
||||
ingress_stream: true
|
||||
init: false
|
||||
services:
|
||||
- mqtt:want
|
||||
watchdog: http://[HOST]:[PORT:8099]/health/zwave
|
||||
uart: true
|
||||
udev: true
|
||||
map:
|
||||
- share:rw
|
||||
name: Z-Wave JS UI
|
||||
panel_icon: mdi:z-wave
|
||||
panel_title: Z-Wave JS
|
||||
schema:
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
ports:
|
||||
3000/tcp: null
|
||||
ports_description:
|
||||
3000/tcp: Z-Wave JS communication
|
||||
schema:
|
||||
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
|
||||
image: ghcr.io/hassio-addons/zwave-js-ui/{arch}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue