🎉 Release of add-on Happy Bubbles 0.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-05-16 20:16:34 +00:00
parent 8999192e9c
commit 310705820f
6 changed files with 133 additions and 0 deletions

View file

@ -103,6 +103,19 @@ A secure and fast FTP server for Hass.io
[:books: FTP add-on documentation][addon-doc-ftp]
### ✓ [Happy Bubbles][addon-happy-bubbles]
![Latest Version][happy-bubbles-version-shield]
![Supports armhf Architecture][happy-bubbles-armhf-shield]
![Supports aarch64 Architecture][happy-bubbles-aarch64-shield]
![Supports amd64 Architecture][happy-bubbles-amd64-shield]
![Supports i386 Architecture][happy-bubbles-i386-shield]
![Docker Pulls][happy-bubbles-pulls-shield]
Presence detection server for Happy Bubbles Bluetooth beacon-based presence detection system.
[:books: Happy Bubbles add-on documentation][addon-doc-happy-bubbles]
### ✓ [Home Assistant Control Panel][addon-control-panel]
![Latest Version][control-panel-version-shield]
@ -240,6 +253,7 @@ on the correct GitHub repository matching the add-on.
- [Open an issue for the add-on: AppDaemon][appdaemon3-issue]
- [Open an issue for the add-on: Example][example-issue]
- [Open an issue for the add-on: FTP][ftp-issue]
- [Open an issue for the add-on: Happy Bubbles][happy-bubbles-issue]
- [Open an issue for the add-on: Home Assistant Control Panel][control-panel-issue]
- [Open an issue for the add-on: Homebridge][homebridge-issue]
- [Open an issue for the add-on: IDE][ide-issue]
@ -342,6 +356,15 @@ 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/v0.1.0
[addon-doc-happy-bubbles]: https://github.com/hassio-addons/addon-happy-bubbles/blob/v0.1.0/README.md
[happy-bubbles-issue]: https://github.com/hassio-addons/addon-happy-bubbles/issues
[happy-bubbles-version-shield]: https://img.shields.io/badge/version-v0.1.0-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
[happy-bubbles-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[happy-bubbles-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-control-panel]: https://github.com/hassio-addons/addon-control-panel/tree/v1.1.0
[addon-doc-control-panel]: https://github.com/hassio-addons/addon-control-panel/blob/v1.1.0/README.md
[control-panel-issue]: https://github.com/hassio-addons/addon-control-panel/issues

View file

@ -0,0 +1 @@
🎉 Initial add-on release

56
happy-bubbles/README.md Normal file
View file

@ -0,0 +1,56 @@
# Community Hass.io Add-ons: Happy Bubbles
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum]
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
Presence detection server for Happy Bubbles Bluetooth beacon-based
presence detection system.
## About
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]
## WARNING! THIS IS A BETA VERSION!
This Hass.io Add-ons repository contains beta releases of add-ons.
- They might stop working at any time.
- They could have a negative impact on your system.
This repository was created for:
- Anybody willing to test.
- Anybody interested in trying out upcoming add-ons or add-on features.
If you are more interested in stable releases of our add-ons:
<https://github.com/hassio-addons/repository>
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[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/v0.1.0/README.md
[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
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-happy-bubbles/tree/v0.1.0

53
happy-bubbles/config.json Normal file
View file

@ -0,0 +1,53 @@
{
"name": "Happy Bubbles",
"version": "0.1.0",
"slug": "happy-bubbles",
"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",
"webui": "[PROTO:ssl]://[HOST]:[PORT:5555]",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"boot": "auto",
"hassio_api": true,
"homeassistant_api": false,
"host_network": true,
"map": [
"ssl"
],
"ports": {
"5555/tcp": 5555
},
"options": {
"log_level": "info",
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"ipv6": false,
"mqtt_host": "homeassistant",
"mqtt_port": 1883,
"mqtt_client_id": "happy_bubbles",
"mqtt_username": "",
"mqtt_password": ""
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"ipv6": "bool",
"mqtt_host": "str",
"mqtt_port": "port",
"mqtt_client_id": "str",
"mqtt_username": "str",
"mqtt_password": "str"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/happy-bubbles-{arch}"
}

BIN
happy-bubbles/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
happy-bubbles/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB