I have seen a number of posts around this subject but they don’t seem to offer a solution to the problem.
I am tracking our iPhones to establish presence. This works fine. However, I would like to hide the device/person when not at home.
When you say “shows”, what exactly do you mean? On the map? In the frontend, and if in the frontend, are you using Lovelace or another custom UI?
FWIW, when I used this feature the devices no longer showed up on the map, nor in the frontend. (I’m using 0.77.2, and I’m not using Lovelace or any custom UI.)
The plot thickens! I tried it both with Lovelace and without and with the normal user interface the away device doesn’t show up, with Lovelace it does.
Anyone ever figure this out? I like to have my family always show and show home or away and friends to disappear when they have left. Worked fine till Lovelace
I don’t know if this is this relevant. But the conditions are an AND statement. So you need to include OR otherwise the card will only show when all 3 devices are at home
@sapnho Use an entity filter card. The example shown on the page is exactly what you are looking to do.
```
type: entity-filter
entities:
- device_tracker.demo_paulus
- device_tracker.demo_anne_therese
- device_tracker.demo_home_boy
state_filter:
- home
card:
type: glance
title: People at home