From 15e47be38cf5b5e1b836f92d57c4c277354e3932 Mon Sep 17 00:00:00 2001 From: Nemanja Stefanovic Date: Sat, 1 Oct 2016 05:11:37 -0500 Subject: [PATCH] add to existing current documentation about new client for presence (#1027) detection --- source/_components/sensor.mqtt_room.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/sensor.mqtt_room.markdown b/source/_components/sensor.mqtt_room.markdown index 425ac54367b..56ac59cb4f2 100644 --- a/source/_components/sensor.mqtt_room.markdown +++ b/source/_components/sensor.mqtt_room.markdown @@ -54,3 +54,4 @@ Each client should post the discovered devices in its own subtopic of the config Instead of developing your own application, you can also use any of these already existing clients: - [**room-assistant**](https://github.com/mKeRix/room-assistant): looks for Bluetooth LE beacons, based on Node.js +- [**Happy Bubbles Presence Server**](https://github.com/happy-bubbles/presence): presence detection server for Happy Bubbles BLE-scanning devices, based on Go