🎉 Release of add-on Z-Wave JS to MQTT 0.28.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-11-02 13:57:37 +00:00
parent a73863bfdd
commit b56bb6314b
5 changed files with 50 additions and 49 deletions

View file

@ -1011,10 +1011,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-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.27.0 [addon-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.28.0
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/v0.27.0/README.md [addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/v0.28.0/README.md
[zwavejs2mqtt-issue]: https://github.com/hassio-addons/addon-zwavejs2mqtt/issues [zwavejs2mqtt-issue]: https://github.com/hassio-addons/addon-zwavejs2mqtt/issues
[zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-v0.27.0-blue.svg [zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-v0.28.0-blue.svg
[zwavejs2mqtt-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [zwavejs2mqtt-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[zwavejs2mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [zwavejs2mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[zwavejs2mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [zwavejs2mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,6 +1,16 @@
## Whats changed ## Whats changed
## 🚀 Enhancements
- Clean up of unused workflow files @frenck (#283)
- Migrate JSON add-on config to YAML @frenck (#284)
## 🧰 Maintenance
- Switch to centralized GitHub Action Workflows @frenck (#282)
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Upgrades add-on base image to 10.1.1 @frenck (#268) - ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#271)
- Upgrades ZwaveJS2Mqtt to v5.8.0 @asucrews (#270) - ⬆️ Upgrades nodejs to 14.18.1-r0 @frenck (#281)
- ⬆️ Upgrades ZwaveJS2Mqtt to v5.10.1 @frenck (#285)

View file

@ -56,5 +56,5 @@ 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-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.27.0-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.28.0-blue.svg
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.27.0 [release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.28.0

View file

@ -1,42 +0,0 @@
{
"name": "Z-Wave JS to MQTT",
"version": "0.27.0",
"slug": "zwavejs2mqtt",
"description": "Fully configurable Z-Wave JS to MQTT gateway and control panel",
"url": "https://github.com/hassio-addons/addon-zwavejs2mqtt",
"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"
],
"discovery": [
"zwave_js"
],
"services": [
"mqtt:want"
],
"watchdog": "http://[HOST]:[PORT:8099]/health/zwave",
"uart": true,
"udev": true,
"map": [
"share:rw"
],
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?"
},
"ports": {
"3000/tcp": null
},
"ports_description": {
"3000/tcp": "Z-Wave JS communication"
},
"image": "ghcr.io/hassio-addons/zwavejs2mqtt/{arch}"
}

33
zwavejs2mqtt/config.yaml Normal file
View file

@ -0,0 +1,33 @@
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
description: Fully configurable Z-Wave JS to MQTT gateway and control panel
discovery:
- zwave_js
image: ghcr.io/hassio-addons/zwavejs2mqtt/{arch}
ingress: true
ingress_stream: true
init: false
map:
- share:rw
name: Z-Wave JS to MQTT
panel_icon: mdi:z-wave
panel_title: Z-Wave JS
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-zwavejs2mqtt
version: 0.28.0
watchdog: http://[HOST]:[PORT:8099]/health/zwave