🎉 Release of add-on MQTT Server & Web client 0.2.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-11-17 16:40:01 +00:00
parent a4b6349e86
commit ed126ee1ef
4 changed files with 10 additions and 14 deletions

View file

@ -575,10 +575,10 @@ SOFTWARE.
[lutron-cert-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[lutron-cert-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[lutron-cert-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-mqtt]: https://github.com/hassio-addons/addon-mqtt/tree/v0.1.1
[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/v0.1.1/README.md
[addon-mqtt]: https://github.com/hassio-addons/addon-mqtt/tree/v0.2.0
[addon-doc-mqtt]: https://github.com/hassio-addons/addon-mqtt/blob/v0.2.0/README.md
[mqtt-issue]: https://github.com/hassio-addons/addon-mqtt/issues
[mqtt-version-shield]: https://img.shields.io/badge/version-v0.1.1-blue.svg
[mqtt-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[mqtt-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/mqtt.svg
[mqtt-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,3 +1 @@
# Changes
* 🚑Fixes a startup issue where allow_anonymous was true and no users were defined.
N/A

View file

@ -23,13 +23,13 @@ and inspect/publish messages using the built-in web client!
[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/v0.1.1/README.md
[docs]: https://github.com/hassio-addons/addon-mqtt/blob/v0.2.0/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/2018.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-v0.1.1-blue.svg
[release]: https://github.com/hassio-addons/addon-mqtt/tree/v0.1.1
[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-mqtt/tree/v0.2.0
[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": "0.1.1",
"version": "0.2.0",
"slug": "mqtt",
"timeout": 10,
"description": "Mosquitto MQTT Server bundled with Hivemq's web client",
@ -14,6 +14,7 @@
"i386"
],
"boot": "auto",
"auth_api": true,
"docker_api": false,
"hassio_api": true,
"hassio_role": "default",
@ -39,6 +40,7 @@
"4883/tcp": 4883
},
"map": [
"share",
"ssl",
"config"
],
@ -48,8 +50,6 @@
"keyfile": "privkey.pem",
"web": {
"enabled": true,
"username": "",
"password": "",
"ssl": true
},
"broker": {
@ -77,8 +77,6 @@
"keyfile": "str",
"web": {
"enabled": "bool",
"username": "str",
"password": "str",
"ssl": "bool"
},
"broker": {