⬆️ Updating add-on Happy Bubbles to 00f2005

This commit is contained in:
Community Hass.io Add-ons Bot 2018-05-16 19:59:50 +00:00
parent c5328ecfc5
commit cd15a23161
4 changed files with 27 additions and 15 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/50ac5fd
[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/50ac5fd/README.md
[addon-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/tree/00f2005
[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/00f2005/README.md
[happy-bubbles-issue]: https://github.com/hassio-addons/addon-happy-bubbles/issues
[happy-bubbles-version-shield]: https://img.shields.io/badge/version-50ac5fd-blue.svg
[happy-bubbles-version-shield]: https://img.shields.io/badge/version-00f2005-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 22:05 UTC - [50ac5fd](https://github.com/hassio-addons/addon-happy-bubbles/commit/50ac5fd8b6cb3f1028d4d968a6c6cddb2afbb228) by [@frenck](https://github.com/frenck)
> :books: Updated README
2018/05/16 19:51 UTC - [00f2005](https://github.com/hassio-addons/addon-happy-bubbles/commit/00f20055415a024a1f09611a522b29d7412de829) by [@frenck](https://github.com/frenck)
> :book: Temporary removed Anchore.io from README

View file

@ -11,7 +11,19 @@ presence detection system.
## About
Lorem ipsum
This add-on is a server that subscribes to MQTT topics that the "Happy Bubbles"
Bluetooth Beacon Presence Detectors publish to. It checks to see which of the
detectors found the strongest signal for a particular beacon, and then lets
you access that info either over an API, or a web interface.
It is designed to be used as a home-automation presence detection system.
If you install the detectors through-out a home and family members carry
beacons around the house, you can program your home automation hubs to
take certain actions depending on who entered or left certain rooms.
This add-on also publishes changes in location to a particular topic.
So you can program your hub to listen for these and make the desired changes
as they happen, to not have to keep polling it.
[Click here for the full documentation][docs]
@ -38,10 +50,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/50ac5fd/README.md
[docs]: https://github.com/hassio-addons/addon-happy-bubbles/blob/00f2005/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/?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
[project-stage-shield]: https://img.shields.io/badge/project%20stage-concept-red.svg
[release-shield]: https://img.shields.io/badge/version-50ac5fd-blue.svg
[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/50ac5fd
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-00f2005-blue.svg
[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/00f2005

View file

@ -1,9 +1,9 @@
{
"name": "Happy Bubbles",
"version": "50ac5fd",
"version": "00f2005",
"slug": "happy-bubbles",
"description": "Presence detection server for Happy Bubbles Bluetooth beacon-based presence detection system.",
"url": "https://community.home-assistant.io/?u=frenck",
"url": "https://community.home-assistant.io/t/community-hass-io-add-on-happy-bubbles/53511?u=frenck",
"webui": "[PROTO:ssl]://[HOST]:[PORT:5555]",
"startup": "services",
"arch": [
@ -31,8 +31,8 @@
"mqtt_host": "homeassistant",
"mqtt_port": 1883,
"mqtt_client_id": "happy_bubbles",
"mqtt_username": "happybubbles",
"mqtt_password": "dontworrybehappy"
"mqtt_username": "",
"mqtt_password": ""
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",