⬆️ Updating add-on Happy Bubbles to e3bc052

This commit is contained in:
Community Hass.io Add-ons Bot 2018-05-15 21:49:33 +00:00
parent 79a80dec5f
commit 2b43f931bd
4 changed files with 10 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -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
[release-shield]: https://img.shields.io/badge/version-e3bc052-blue.svg
[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/e3bc052

View file

@ -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"
},