mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Z-Wave to MQTT to e3a96fa
This commit is contained in:
parent
0ad9a1bad6
commit
db22c98a40
4 changed files with 10 additions and 7 deletions
|
@ -1251,10 +1251,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-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/521f3f6
|
||||
[addon-doc-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/521f3f6/README.md
|
||||
[addon-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/e3a96fa
|
||||
[addon-doc-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/e3a96fa/README.md
|
||||
[zwave2mqtt-issue]: https://github.com/hassio-addons/addon-zwave2mqtt/issues
|
||||
[zwave2mqtt-version-shield]: https://img.shields.io/badge/version-521f3f6-blue.svg
|
||||
[zwave2mqtt-version-shield]: https://img.shields.io/badge/version-e3a96fa-blue.svg
|
||||
[zwave2mqtt-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/zwave2mqtt-armhf.svg
|
||||
[zwave2mqtt-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[zwave2mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# Changelog since v0.5.0
|
||||
- :arrow_up: Upgrades open-zwave database to e3bae88
|
||||
- :hammer: Disable Docker init
|
||||
- :ambulance: Symlink addition database location
|
||||
- Use correct webUI protocol depending on config (#43)
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ If you are more interested in stable releases of our add-ons:
|
|||
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/521f3f6/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/e3a96fa/README.md
|
||||
[esphome]: https://esphome.io/components/mqtt.html#on-message-trigger
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-z-wave-to-mqtt/115899?u=frenck
|
||||
|
@ -61,5 +61,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-521f3f6-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/521f3f6
|
||||
[release-shield]: https://img.shields.io/badge/version-e3a96fa-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/e3a96fa
|
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"name": "Z-Wave to MQTT",
|
||||
"version": "521f3f6",
|
||||
"version": "e3a96fa",
|
||||
"slug": "zwave2mqtt",
|
||||
"description": "Fully configurable Z-Wave to MQTT gateway and control panel",
|
||||
"url": "https://github.com/hassio-addons/addon-zwave2mqtt",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8091]",
|
||||
"startup": "system",
|
||||
"init": false,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue