mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on Z-Wave JS to MQTT to 265db1f
This commit is contained in:
parent
5d1cfa30a1
commit
4f9130c802
5 changed files with 12 additions and 13 deletions
|
@ -1126,10 +1126,10 @@ SOFTWARE.
|
|||
[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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/a73e530
|
||||
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/a73e530/README.md
|
||||
[addon-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/265db1f
|
||||
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/265db1f/README.md
|
||||
[zwavejs2mqtt-issue]: https://github.com/hassio-addons/addon-zwavejs2mqtt/issues
|
||||
[zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-a73e530-blue.svg
|
||||
[zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-265db1f-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
- Extend setup instructions (#2)
|
||||
|
||||
Co-authored-by: frenck <frenck@users.noreply.github.com>
|
||||
# Changelog since v0.1.0
|
||||
- Initiate default configuration on first run (#3)
|
||||
|
|
|
@ -13,6 +13,7 @@ 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.
|
||||
|
||||
|
@ -55,10 +56,6 @@ To do this:
|
|||
1. Enter the following information:
|
||||
- Serial Port (e.g., `/dev/serial/by-id/usb-0658_0200_if00`)
|
||||
- Network Key (e.g., `2232666D100F795E5BB17F0A1BB7A146`)
|
||||
- **Enable the WS Server** checkbox!
|
||||
|
||||
You can check the "Disable Gateway" box for now, as you can set up MQTT
|
||||
later (if you like that is).
|
||||
|
||||
Now click the "SAVE" button and navigate to the "Control Panel" in the menu.
|
||||
If you had devices paired already, you should see the showing up slowly.
|
||||
|
|
|
@ -59,5 +59,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]: 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-a73e530-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/a73e530
|
||||
[release-shield]: https://img.shields.io/badge/version-265db1f-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/265db1f
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Z-Wave JS to MQTT",
|
||||
"version": "a73e530",
|
||||
"version": "265db1f",
|
||||
"slug": "zwavejs2mqtt",
|
||||
"description": "Fully configurable Z-Wave JS to MQTT gateway and control panel",
|
||||
"url": "https://github.com/hassio-addons/addon-zwavejs2mqtt",
|
||||
|
@ -19,6 +19,9 @@
|
|||
"discovery": [
|
||||
"zwave_js"
|
||||
],
|
||||
"services": [
|
||||
"mqtt:want"
|
||||
],
|
||||
"auto_uart": true,
|
||||
"map": [
|
||||
"share:rw"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue