From 43bd679f0c0985b6b1e828678f33c835db9e3737 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 17 Jun 2019 20:26:43 -0700 Subject: [PATCH] Mention see service --- source/_posts/2019-06-05-release-94.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2019-06-05-release-94.markdown b/source/_posts/2019-06-05-release-94.markdown index 65cc9d00912..f8c89eaf35e 100644 --- a/source/_posts/2019-06-05-release-94.markdown +++ b/source/_posts/2019-06-05-release-94.markdown @@ -47,7 +47,7 @@ This will only impact you if you are running a custom installation of Home Assis This release also introduces a long overdue overhaul of how the device tracker works. We are introducing this overhaul piece by piece, focusing first on device tracker platforms that push their updates to Home Assistant: mobile app, OwnTracks, GeoFency, GPSLogger and Locative. -These integrations will no longer use `known_devices.yaml` but instead use entities, like all other integrations in Home Assistant. You can change the name and entity ID via the UI. It is no longer posible to merge the devices with other device tracker entities. This was flaky at best. You should now use the new person integration for this. +These integrations will no longer use `known_devices.yaml` but instead use entities, like all other integrations in Home Assistant. You can change the name and entity ID via the UI. It is no longer posible to merge the devices with other device tracker entities, this includes using the `see` service. This was flaky at best. You should now use the new person integration for this. ## {% linkable_title Improved hass.io builds %}