From d54a2fc4d3a9a4e43baa6a8dd2a2b9e503336f82 Mon Sep 17 00:00:00 2001 From: Darrell Date: Tue, 24 Aug 2021 16:05:02 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74d467d..466c841 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Differences from ESP32-room-assistant: * Fully supports using Tiles as trackers * Filters rssi via a 3 value media filter with a Kalman filter on top * Fully multithreaded, uses constant BLE scanning - * Additional AppDaemon app will post process mqtt topics into ips topic (x,y,z) and (latt,long,elevation) + * Additional [AppDaemon app](https://github.com/ESPresense/ad-espresense-ips) will post process mqtt topics into ips topic (x,y,z) and (latt,long,elevation) ## Release Notes View the [changelog here](./CHANGELOG.md).