From eedc88cb2df904af149bdb8ae52042db7eadf12d Mon Sep 17 00:00:00 2001 From: Phil Bruckner Date: Sat, 3 Feb 2024 15:08:25 -0600 Subject: [PATCH] Update info.md --- info.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info.md b/info.md index 983ff57..85d8dd2 100644 --- a/info.md +++ b/info.md @@ -2,8 +2,8 @@ This is a custom version of the Home Assistant built-in [GPSLogger](https://www.home-assistant.io/integrations/gpslogger/) integration. -It extends the built-in integration in ways that make sense, but are no longer accepted practice. -Specifically, it allows additional attributes, especially `last_seen`, +It extends the built-in integration in ways that make sense +but for some unfathomable reason are no longer accepted.Specifically, it allows additional attributes, especially `last_seen`, which is crucial when combining entities from this Device Tracker integration with ones from other integrations, e.g., via my [Composite Device Tracker](https://github.com/pnbruckner/ha-composite-tracker) integration. Also, `last_seen` is important when dealing with packets received out of order from the corresponding Android app,