From 5167f1318911d75eb0a63f0f4e7276106bd582d8 Mon Sep 17 00:00:00 2001 From: Darrell Date: Wed, 25 Aug 2021 03:30:56 -0400 Subject: [PATCH] Update mqtt_room.markdown (#19073) --- source/_integrations/mqtt_room.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/mqtt_room.markdown b/source/_integrations/mqtt_room.markdown index 5c4d4d14464..cfe52354e46 100644 --- a/source/_integrations/mqtt_room.markdown +++ b/source/_integrations/mqtt_room.markdown @@ -66,6 +66,7 @@ Example JSON that should be published to the room topics: This integration works with any software that is sending data in the given format. Each client should post the discovered devices in its own subtopic of the configured topic. Instead of developing your own application, you can also use any of these already existing clients: +- [**ESPresense**](https://github.com/ESPresense/ESPresense): Fork of ESP32-MQTT-room w/ fingerprinting, tile support, Kalman filter, based on C++/Platformio - [**ESP-32-BLE-Scanner for Home Assistant**](https://github.com/HeimdallMidgard/ESP-32-BLE-Scanner): ESP32 based BLE presence detection for Home Assistant with web GUI - [**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