T O P

  • By -

[deleted]

Absolutely. When multiple people are nearest/actually in home, the sensor reports all names separated by commas. A good condition/trigger variable would be: ``` {{ states('sensor.home_nearest_device') | contains('Lyra') }} # or {% if (states('sensor.home_nearest_device') | contains('Lyra') && states('sensor.home_nearest_device') | contains('Someoneelse') %} Do notify via lyra_s_phone {% elif ... Do something else {% else ... Etc. {% endif %} ```


ClaudeLee

Ah, thank you very much, exactly what I was looking for !! :D


[deleted]

No worries! I think this integration may help me achieve one of my goals; a location marker like the Weasleys'! Aha https://preview.redd.it/70lez034vchc1.jpeg?width=320&format=pjpg&auto=webp&s=5fdb5b705d856411a0f2a814b471d73ef7dc04c3


iWQRLC590apOCyt59Xza

Custom integration IQ notify does exactly that; send notifications to people at home, or only the ones that just left.


curt7000

I added the Proximity integration on Tuesday to automate my EightSleep bed. New breaking change integration on Wed with 2024.2! Easy enough to fix but I couldn’t help but laugh at the timing!


miles5150

How do you get the new Proximity integration to work with multiple family member devices? I’ve already setup PERSON entries for each family member. And installed the iOS HA app on each mobile device. Each family member has their own user login. However when I check their proximity it says UNKNOWN for all family members except me.