mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on Z-Wave JS to MQTT 0.36.0
This commit is contained in:
parent
7bfb4c6141
commit
dd50a7f087
5 changed files with 41 additions and 12 deletions
|
@ -1,5 +1,13 @@
|
|||
## What’s changed
|
||||
|
||||
## 🚀 Enhancements
|
||||
|
||||
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#349)
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- 📚 Add My buttons to documentation @frenck (#350)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Upgrades ZwaveJS2Mqtt to v6.5.2 @frenck (#346)
|
||||
- ⬆️ Upgrades add-on base image to 11.1.0 @frenck (#348)
|
||||
|
|
|
@ -5,7 +5,12 @@ your Home Assistant instance by leveraging your MQTT broker. It ships with
|
|||
a web-based control panel, allowing you to configure every aspect of your
|
||||
Z-Wave network and how they are published in MQTT.
|
||||
|
||||
Some advantages and use-cases for this are:
|
||||
**Note**: Unlike the title of the software suggests, you don't need to
|
||||
use MQTT part (it is even disabled by default). It will work directly
|
||||
without MQTT using the Home Assistant integration. The add-on will provide
|
||||
a nice secondairy and extensive Z-Wave JS control interface in such cases.
|
||||
|
||||
Some advantages and use-cases:
|
||||
|
||||
- Compatible with the Home Assistant Z-Wave JS integration.
|
||||
- Your Z-Wave network will keep running between Home Assistant restarts.
|
||||
|
@ -22,9 +27,12 @@ This add-on uses the [Zwavejs2Mqtt][zwavejs2mqtt] software.
|
|||
The installation of this add-on is pretty straightforward and not different in
|
||||
comparison to installing any other Home Assistant add-on.
|
||||
|
||||
1. Search for the "Z-Wave JS to MQTT" add-on in the Supervisor add-on store
|
||||
and install it.
|
||||
1. Start the "Z-Wave JS to MQTT" add-on.
|
||||
1. Click the Home Assistant My button below to open the add-on on your Home
|
||||
Assistant instance.
|
||||
|
||||
[![Open this add-on in your Home Assistant instance.][addon-badge]][addon]
|
||||
|
||||
1. Click the "Install" button to install the add-on.
|
||||
1. Check the logs of the "Z-Wave JS to MQTT" add-on to see if everything went
|
||||
well.
|
||||
1. Click the "OPEN WEB UI" button.
|
||||
|
@ -165,6 +173,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg
|
||||
[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_zwavejs2mqtt
|
||||
[contributors]: https://github.com/hassio-addons/addon-zwavejs2mqtt/graphs/contributors
|
||||
[discord-ha]: https://discord.gg/c5DvZ4e
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
|
@ -175,5 +185,7 @@ SOFTWARE.
|
|||
[issue]: https://github.com/hassio-addons/addon-zwavejs2mqtt/issues
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-zwavejs2mqtt/releases
|
||||
[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
|
||||
[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository
|
||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||
[zwavejs2mqtt]: https://github.com/zwave-js/zwavejs2mqtt
|
||||
|
|
|
@ -19,7 +19,12 @@ your Home Assistant instance by leveraging your MQTT broker. It ships with
|
|||
a web-based control panel, allowing you to configure every aspect of your
|
||||
Z-Wave network and how they are published in MQTT.
|
||||
|
||||
Some advantages and use-cases for this are:
|
||||
**Note**: Unlike the title of the software suggests, you don't need to
|
||||
use MQTT part (it is even disabled by default). It will work directly
|
||||
without MQTT using the Home Assistant integration. The add-on will provide
|
||||
a nice secondairy and extensive Z-Wave JS control interface in such cases.
|
||||
|
||||
Some advantages and use-cases:
|
||||
|
||||
- Compatible with the Home Assistant Z-Wave JS integration.
|
||||
- Your Z-Wave network will keep running between Home Assistant restarts.
|
||||
|
@ -27,6 +32,9 @@ Some advantages and use-cases for this are:
|
|||
it is available for Home Assistant at the same time.
|
||||
- Allow [ESPHome.io][esphome] based ESP devices to directly respond or work
|
||||
with your Z-Wave network.
|
||||
- Pre-configures itself with the Mosquitto add-on when found.
|
||||
|
||||
This add-on uses the [Zwavejs2Mqtt][zwavejs2mqtt] software.
|
||||
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
|
@ -40,5 +48,5 @@ Some advantages and use-cases for this are:
|
|||
[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-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.35.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.35.2
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.36.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.36.0
|
|
@ -4,6 +4,7 @@ arch:
|
|||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
codenotary: codenotary@frenck.dev
|
||||
description: Fully configurable Z-Wave JS to MQTT gateway and control panel; based
|
||||
on Zwavejs2Mqtt
|
||||
discovery:
|
||||
|
@ -30,5 +31,5 @@ startup: system
|
|||
uart: true
|
||||
udev: true
|
||||
url: https://github.com/hassio-addons/addon-zwavejs2mqtt
|
||||
version: 0.35.2
|
||||
version: 0.36.0
|
||||
watchdog: http://[HOST]:[PORT:8099]/health/zwave
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue