From 62ac58ff9fcbe867726eee3b8852d39df17c9580 Mon Sep 17 00:00:00 2001 From: Nemanja Stefanovic Date: Fri, 30 Sep 2016 15:34:06 -0500 Subject: [PATCH] add to existing current documentation about new client for presence 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 425ac54367b0..56ac59cb4f29 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