From cd15a231618d50860534aae3d20b1927d3e20bde Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 16 May 2018 19:59:50 +0000 Subject: [PATCH] :arrow_up: Updating add-on Happy Bubbles to 00f2005 --- README.md | 6 +++--- happy-bubbles/CHANGELOG.md | 4 ++-- happy-bubbles/README.md | 24 ++++++++++++++++++------ happy-bubbles/config.json | 8 ++++---- 4 files changed, 27 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 2989b3517..6fc53163a 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/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 diff --git a/happy-bubbles/CHANGELOG.md b/happy-bubbles/CHANGELOG.md index 18e0ac70d..a9ab4ded5 100644 --- a/happy-bubbles/CHANGELOG.md +++ b/happy-bubbles/CHANGELOG.md @@ -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 diff --git a/happy-bubbles/README.md b/happy-bubbles/README.md index bfb20f853..051fd3967 100644 --- a/happy-bubbles/README.md +++ b/happy-bubbles/README.md @@ -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 \ No newline at end of file +[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 \ No newline at end of file diff --git a/happy-bubbles/config.json b/happy-bubbles/config.json index cac47edde..5184ec18c 100644 --- a/happy-bubbles/config.json +++ b/happy-bubbles/config.json @@ -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)$)",