From 2b43f931bd9ca6e2c6e18223f7f9f0ba3b60f9b6 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 15 May 2018 21:49:33 +0000 Subject: [PATCH] :arrow_up: Updating add-on Happy Bubbles to e3bc052 --- README.md | 6 +++--- happy-bubbles/CHANGELOG.md | 4 ++-- happy-bubbles/README.md | 6 +++--- happy-bubbles/config.json | 3 ++- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7b1bac483..e9247c41c 100644 --- a/README.md +++ b/README.md @@ -351,10 +351,10 @@ SOFTWARE. [ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ftp-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/673973d -[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/673973d/README.md +[addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/e3bc052 +[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/e3bc052/README.md [happy-bubbles-issue]: https://github.com/hassio-addons/addon-happy-bubbles/issues -[happy-bubbles-version-shield]: https://img.shields.io/badge/version-673973d-blue.svg +[happy-bubbles-version-shield]: https://img.shields.io/badge/version-e3bc052-blue.svg [happy-bubbles-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/happy-bubbles-armhf.svg [happy-bubbles-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [happy-bubbles-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/happy-bubbles/CHANGELOG.md b/happy-bubbles/CHANGELOG.md index af51cbf8c..74efffd31 100644 --- a/happy-bubbles/CHANGELOG.md +++ b/happy-bubbles/CHANGELOG.md @@ -1,3 +1,3 @@ -2018/05/15 21:26 UTC - [673973d](https://github.com/hassio-addons/addon-happy-bubbles/commit/673973da5048d8d0a2a9fde655f33a0b209e04a3) by [@frenck](https://github.com/frenck) -> :shirt: Fixes shellcheck warnings +2018/05/15 21:43 UTC - [e3bc052](https://github.com/hassio-addons/addon-happy-bubbles/commit/e3bc052094694e942bb01e1101510f3715982657) by [@frenck](https://github.com/frenck) +> :ambulance: Fixes missing configuration key diff --git a/happy-bubbles/README.md b/happy-bubbles/README.md index 7e505ff8b..13f6e75ed 100644 --- a/happy-bubbles/README.md +++ b/happy-bubbles/README.md @@ -38,10 +38,10 @@ 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/330944238910963714.svg [discord]: https://discord.gg/c5DvZ4e -[docs]: https://github.com/hassio-addons/addon-happy-bubbles/blob/673973d/README.md +[docs]: https://github.com/hassio-addons/addon-happy-bubbles/blob/e3bc052/README.md [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-concept-red.svg -[release-shield]: https://img.shields.io/badge/version-673973d-blue.svg -[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/673973d \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-e3bc052-blue.svg +[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/e3bc052 \ No newline at end of file diff --git a/happy-bubbles/config.json b/happy-bubbles/config.json index f7b2e20ff..b684ed191 100644 --- a/happy-bubbles/config.json +++ b/happy-bubbles/config.json @@ -1,6 +1,6 @@ { "name": "Happy Bubbles", - "version": "673973d", + "version": "e3bc052", "slug": "happy-bubbles", "description": "Presence detection server for Happy Bubbles Bluetooth beacon-based presence detection system.", "url": "https://community.home-assistant.io/?u=frenck", @@ -30,6 +30,7 @@ "ipv6": false, "mqtt_host": "homeassistant", "mqtt_port": 1883, + "mqtt_client_id": "happy_bubbles", "mqtt_username": "happybubbles", "mqtt_password": "dontworrybehappy" },