mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on Z-Wave JS to MQTT 0.3.0
This commit is contained in:
parent
ba9b568737
commit
461b1594ad
4 changed files with 22 additions and 8 deletions
|
@ -1071,10 +1071,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.2.3
|
[addon-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.3.0
|
||||||
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/v0.2.3/README.md
|
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/v0.3.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.2.3-blue.svg
|
[zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-v0.3.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
|
||||||
|
|
|
@ -1,6 +1,14 @@
|
||||||
## What’s changed
|
## What’s changed
|
||||||
|
|
||||||
|
Upgrade to the latest and greatest! Additionally, @raman325 added the possibility to open up the Z-Wave JS Server port for direct access. This can be useful when, for example, testing or using Z-Wave JS Server on a secondary system.
|
||||||
|
|
||||||
|
## ✨ New features
|
||||||
|
|
||||||
|
- Optionally expose WS port @raman325 (#15)
|
||||||
|
|
||||||
## ⬆️ Dependency updates
|
## ⬆️ Dependency updates
|
||||||
|
|
||||||
- Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#12)
|
- ⬆ Update OpenZWave database to 76408b1623f966815c98a4b5ce581 @frenck (#18)
|
||||||
- ⬆ Upgrades ZwaveJS2Mqtt to v1.0.3 @frenck (#13)
|
- ⬆ Upgrades ZwaveJS2Mqtt to v1.0.5 @frenck (#17)
|
||||||
|
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#21)
|
||||||
|
- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#20)
|
||||||
|
|
|
@ -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.2.3-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.2.3
|
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.3.0
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Z-Wave JS to MQTT",
|
"name": "Z-Wave JS to MQTT",
|
||||||
"version": "0.2.3",
|
"version": "0.3.0",
|
||||||
"slug": "zwavejs2mqtt",
|
"slug": "zwavejs2mqtt",
|
||||||
"description": "Fully configurable Z-Wave JS to MQTT gateway and control panel",
|
"description": "Fully configurable Z-Wave JS to MQTT gateway and control panel",
|
||||||
"url": "https://github.com/hassio-addons/addon-zwavejs2mqtt",
|
"url": "https://github.com/hassio-addons/addon-zwavejs2mqtt",
|
||||||
|
@ -29,5 +29,11 @@
|
||||||
"schema": {
|
"schema": {
|
||||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?"
|
"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}"
|
"image": "ghcr.io/hassio-addons/zwavejs2mqtt/{arch}"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue