⬆️ Updating add-on Z-Wave to MQTT to a8cfa70

This commit is contained in:
Community Hass.io Add-ons Bot 2019-08-21 21:20:23 +00:00
parent 3f74d6c9e6
commit 2c3117ff05
4 changed files with 20 additions and 8 deletions

View file

@ -1195,10 +1195,10 @@ SOFTWARE.
[vscode-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[vscode-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
[vscode-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/e6af2dd
[addon-doc-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/e6af2dd/README.md
[addon-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/a8cfa70
[addon-doc-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/a8cfa70/README.md
[zwave2mqtt-issue]: https://github.com/hassio-addons/addon-zwave2mqtt/issues
[zwave2mqtt-version-shield]: https://img.shields.io/badge/version-e6af2dd-blue.svg
[zwave2mqtt-version-shield]: https://img.shields.io/badge/version-a8cfa70-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

View file

@ -1,5 +1,17 @@
# Changelog since v0.3.2
2019/08/16 20:00 UTC - [e6af2dd](https://github.com/hassio-addons/addon-zwave2mqtt/commit/e6af2dd17f628b1eda9b058254d97c3d4dbd1456) by [@frenck](https://github.com/frenck)
2019/08/21 18:59 UTC - [a8cfa70](https://github.com/hassio-addons/addon-zwave2mqtt/commit/a8cfa703e30db34f2dd221f0cc2ed8591b264d90) by [@frenck](https://github.com/frenck)
> :hammer: Use Hass.io DNS as NGinx resolver
2019/08/21 18:59 UTC - [a9e356d](https://github.com/hassio-addons/addon-zwave2mqtt/commit/a9e356deba83557402f00afbae4bb9143abb5d88) by [@frenck](https://github.com/frenck)
> :hammer: Updates HA Auth URL in NGinx LUA script
2019/08/21 18:59 UTC - [871e738](https://github.com/hassio-addons/addon-zwave2mqtt/commit/871e738233d9da2d74bfd2ca3e6375d3488b1bea) by [@frenck](https://github.com/frenck)
> :ambulance: Fixes path handling for SSL certificates
2019/08/21 18:59 UTC - [3c27f13](https://github.com/hassio-addons/addon-zwave2mqtt/commit/3c27f135fae1eab1a6ce5de90fc1a491c2e17d38) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades add-on base image to v4.1.1
2019/08/21 18:59 UTC - [e6af2dd](https://github.com/hassio-addons/addon-zwave2mqtt/commit/e6af2dd17f628b1eda9b058254d97c3d4dbd1456) by [@frenck](https://github.com/frenck)
> :arrow_up: Upgrades nginx to 1.16.1-r0

View file

@ -52,7 +52,7 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/e6af2dd/README.md
[docs]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/a8cfa70/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/community-hass-io-add-on-z-wave-to-mqtt/115899?u=frenck
@ -60,6 +60,6 @@ If you are more interested in stable releases of our add-ons:
[patreon-shield]: https://www.frenck.nl/images/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-e6af2dd-blue.svg
[release]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/e6af2dd
[release-shield]: https://img.shields.io/badge/version-a8cfa70-blue.svg
[release]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/a8cfa70
[logo]: https://github.com/hassio-addons/addon-zwave2mqtt/raw/master/zwave2mqtt/logo.png

View file

@ -1,6 +1,6 @@
{
"name": "Z-Wave to MQTT",
"version": "e6af2dd",
"version": "a8cfa70",
"slug": "zwave2mqtt",
"description": "Fully configurable Z-Wave to MQTT gateway and control panel",
"url": "https://github.com/hassio-addons/addon-zwave2mqtt",