⬆️ Updating add-on MQTT Server & Web client to 82e6eaa

This commit is contained in:
Community Hass.io Add-ons Bot 2019-01-01 19:44:20 +00:00
parent 5cc702e5f6
commit fd24244e08
4 changed files with 15 additions and 9 deletions

View file

@ -1,8 +1,14 @@
# Changelog since v0.3.0
2019/01/01 19:15 UTC - [5f9f206](https://github.com/hassio-addons/addon-mqtt/commit/5f9f206e4a43f50301a6c926d55a036f0fcf2bb5) by [@ludeeus](https://github.com/ludeeus)
2019/01/01 19:37 UTC - [82e6eaa](https://github.com/hassio-addons/addon-mqtt/commit/82e6eaa7f1d895909db64c98bf1531f1f2870fa8) by [@ludeeus](https://github.com/ludeeus)
> Add LUA buypass to non-ssl as well
2019/01/01 19:37 UTC - [7814621](https://github.com/hassio-addons/addon-mqtt/commit/7814621d0547674dd3b3dc83bb7827baa59173d7) by [@ludeeus](https://github.com/ludeeus)
> Remove LUA auth if leave_front_door_open
2019/01/01 19:37 UTC - [5f9f206](https://github.com/hassio-addons/addon-mqtt/commit/5f9f206e4a43f50301a6c926d55a036f0fcf2bb5) by [@ludeeus](https://github.com/ludeeus)
> Add missing pwfile to config
2019/01/01 19:15 UTC - [72e3cec](https://github.com/hassio-addons/addon-mqtt/commit/72e3cec70753d94f4db4bd80a3f6909729b73096) by [@ludeeus](https://github.com/ludeeus)
2019/01/01 19:37 UTC - [72e3cec](https://github.com/hassio-addons/addon-mqtt/commit/72e3cec70753d94f4db4bd80a3f6909729b73096) by [@ludeeus](https://github.com/ludeeus)
> Bump year to 2019

View file

@ -42,13 +42,13 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/ludeeus
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-mqtt/blob/5f9f206/README.md
[docs]: https://github.com/hassio-addons/addon-mqtt/blob/82e6eaa/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-ons-mqtt-server-web-client/70376
[hivemq]: https://www.hivemq.com/
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[mosquitto]: https://mosquitto.org/
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-5f9f206-blue.svg
[release]: https://github.com/hassio-addons/addon-mqtt/tree/5f9f206
[release-shield]: https://img.shields.io/badge/version-82e6eaa-blue.svg
[release]: https://github.com/hassio-addons/addon-mqtt/tree/82e6eaa
[screenshot]: https://github.com/hassio-addons/addon-mqtt/raw/master/images/image.png

View file

@ -1,6 +1,6 @@
{
"name": "MQTT Server & Web client",
"version": "5f9f206",
"version": "82e6eaa",
"slug": "mqtt",
"timeout": 10,
"description": "Mosquitto MQTT Server bundled with Hivemq's web client",