From ed3a87773c7aab0076774e69b2e5749650514c48 Mon Sep 17 00:00:00 2001 From: Darrell Date: Mon, 6 Sep 2021 21:12:37 -0400 Subject: [PATCH] Update README.md --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 466c841..783fc88 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,6 @@ An ESP32 based presence detection node for use with the [Home Assistant](https://www.home-assistant.io/) [`mqtt_room` component](https://www.home-assistant.io/components/sensor.mqtt_room/) for localized device presence detection. -Differences from ESP32-room-assistant: - * Uses a fingerprint instead of mac addresses so we can track randomized mac devices (like Apple Watches and iOS devices) - * 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](https://github.com/ESPresense/ad-espresense-ips) will post process mqtt topics into ips topic (x,y,z) and (latt,long,elevation) +**Documentation:** https://espresense.com/ -## Release Notes -View the [changelog here](./CHANGELOG.md). - -## Credits - -This project is a Fork/rewrite of ESP32-room-assistant (https://jptrsn.github.io/ESP32-mqtt-room/index.html#credits). All credit for the intial codebase goes to them! +**Release Notes:** [changelog](./CHANGELOG.md).