mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on MQTT Server & Web client to e72d131
This commit is contained in:
parent
c078dc33d3
commit
b83e2478d7
4 changed files with 11 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
# Changelog since v0.2.0
|
||||
# Changelog since v0.2.1
|
||||
|
||||
2018/11/18 10:00 UTC - [72d5834](https://github.com/hassio-addons/addon-mqtt/commit/72d5834ccd97d766c0467aa74169bca2f312c305) by [@ludeeus](https://github.com/ludeeus)
|
||||
> 🚑Fix startup issues if the broker is disabled.
|
||||
2018/11/20 22:58 UTC - [e72d131](https://github.com/hassio-addons/addon-mqtt/commit/e72d1315be0f922678561908f98540a9c71e4b70) by [@ludeeus](https://github.com/ludeeus)
|
||||
> 🔨Enable apparmor
|
||||
|
||||
|
|
|
@ -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/72d5834/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-mqtt/blob/e72d131/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-72d5834-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-mqtt/tree/72d5834
|
||||
[release-shield]: https://img.shields.io/badge/version-e72d131-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-mqtt/tree/e72d131
|
||||
[screenshot]: https://github.com/hassio-addons/addon-mqtt/raw/master/images/image.png
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "MQTT Server & Web client",
|
||||
"version": "72d5834",
|
||||
"version": "e72d131",
|
||||
"slug": "mqtt",
|
||||
"timeout": 10,
|
||||
"description": "Mosquitto MQTT Server bundled with Hivemq's web client",
|
||||
|
@ -26,7 +26,7 @@
|
|||
"auto_uart": false,
|
||||
"privileged": [],
|
||||
"full_access": false,
|
||||
"apparmor": false,
|
||||
"apparmor": true,
|
||||
"audio": false,
|
||||
"gpio": false,
|
||||
"devicetree": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue