⬆️ Updating add-on Happy Bubbles to 30436fc

This commit is contained in:
Community Hass.io Add-ons Bot 2018-05-20 08:56:11 +00:00
parent 1a2f58144c
commit a71b3f8613
4 changed files with 11 additions and 16 deletions

View file

@ -365,10 +365,10 @@ SOFTWARE.
[ftp-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[ftp-i386-shield]: https://img.shields.io/badge/i386-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/922e5f8 [addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/30436fc
[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/922e5f8/README.md [addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/30436fc/README.md
[happy-bubbles-issue]: https://github.com/hassio-addons/addon-happy-bubbles/issues [happy-bubbles-issue]: https://github.com/hassio-addons/addon-happy-bubbles/issues
[happy-bubbles-version-shield]: https://img.shields.io/badge/version-922e5f8-blue.svg [happy-bubbles-version-shield]: https://img.shields.io/badge/version-30436fc-blue.svg
[happy-bubbles-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/happy-bubbles-armhf.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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[happy-bubbles-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [happy-bubbles-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,10 +1,5 @@
# Changelog since v0.1.0 # Changelog since v0.2.0
2018/05/19 21:04 UTC - [922e5f8](https://github.com/hassio-addons/addon-happy-bubbles/commit/922e5f8365c734288e48790811e0af79508f5acd) by [@frenck](https://github.com/frenck) 2018/05/20 08:44 UTC - [30436fc](https://github.com/hassio-addons/addon-happy-bubbles/commit/30436fc3452ea11feeeaeff74264fbd1132f11b6) by [@frenck](https://github.com/frenck)
> :ambulance: Typo: precense -> presence > :ambulance: Fixes add-on running on host network"
2018/05/19 21:04 UTC - [2bccb52](https://github.com/hassio-addons/addon-happy-bubbles/commit/2bccb52b59874b942a84563fe84f8002c6092ca0) by [@frenck](https://github.com/frenck)
> :ambulance: Persists precense database
Ref #1

View file

@ -50,10 +50,10 @@ If you are more interested in stable releases of our add-ons:
[buymeacoffee]: https://www.buymeacoffee.com/frenck [buymeacoffee]: https://www.buymeacoffee.com/frenck
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg [discord-shield]: https://img.shields.io/discord/330944238910963714.svg
[discord]: https://discord.gg/c5DvZ4e [discord]: https://discord.gg/c5DvZ4e
[docs]: https://github.com/hassio-addons/addon-happy-bubbles/blob/922e5f8/README.md [docs]: https://github.com/hassio-addons/addon-happy-bubbles/blob/30436fc/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-happy-bubbles/53511?u=frenck [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-happy-bubbles/53511?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-922e5f8-blue.svg [release-shield]: https://img.shields.io/badge/version-30436fc-blue.svg
[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/922e5f8 [release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/30436fc

View file

@ -1,6 +1,6 @@
{ {
"name": "Happy Bubbles", "name": "Happy Bubbles",
"version": "922e5f8", "version": "30436fc",
"slug": "happy-bubbles", "slug": "happy-bubbles",
"description": "Presence detection server for Happy Bubbles Bluetooth beacon-based presence detection system.", "description": "Presence detection server for Happy Bubbles Bluetooth beacon-based presence detection system.",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-happy-bubbles/53511?u=frenck", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-happy-bubbles/53511?u=frenck",
@ -15,7 +15,7 @@
"boot": "auto", "boot": "auto",
"hassio_api": true, "hassio_api": true,
"homeassistant_api": false, "homeassistant_api": false,
"host_network": true, "host_network": false,
"map": [ "map": [
"ssl" "ssl"
], ],