From d25bf5a2a832ea35d0629c6455b018988b5d91f5 Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:51:50 +0100 Subject: [PATCH] adjust proximity breaking change message (#31237) --- source/_posts/2024-02-07-release-20242.markdown | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/_posts/2024-02-07-release-20242.markdown b/source/_posts/2024-02-07-release-20242.markdown index f097ef0bb1a..8da507da9d9 100644 --- a/source/_posts/2024-02-07-release-20242.markdown +++ b/source/_posts/2024-02-07-release-20242.markdown @@ -655,10 +655,7 @@ superseded by sensor entities. For each tracked person or device one sensor for the distance and the direction of travel to/from the monitored zone is created. Further for each Proximity configuration one sensor which shows the nearest device or person -to the monitored zone is created. - -With this you can use the [Min/Max](/integrations/min_max) integration to -determine the nearest and furthest distance. +and its distance and direction of travel to the monitored zone is created. ([@mib1185] - [#108730]) ([documentation](/integrations/proximity))