From 93153e306cda342b7e74db4c1c7c7d9f448260fe Mon Sep 17 00:00:00 2001 From: Edu_Coder Date: Fri, 28 Jun 2019 11:18:33 -0400 Subject: [PATCH] Update mqtt_room markdown (#9701) * Update mqtt_room markdown Added another reference at the bottom to my ESP32-MQTT-room project, which operates as a tracker. * Reverted unclear wording Removed specification that room-assistant runs on rPi, as it can run on many platforms. --- source/_components/mqtt_room.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/mqtt_room.markdown b/source/_components/mqtt_room.markdown index 966b48b0ff3..eb9bcd1205d 100644 --- a/source/_components/mqtt_room.markdown +++ b/source/_components/mqtt_room.markdown @@ -74,3 +74,4 @@ Instead of developing your own application, you can also use any of these alread - [**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 +- [**ESP32-MQTT-room**](https://jptrsn.github.io/ESP32-mqtt-room/): runs on an ESP32, and looks for Bluetooth LE devices, based on C++/Arduino