🌻 Lovelace UI • Minimalist

Is it possible to show the zone in the Person Card or Person Info Card as “unknown” if the following conditions are met?

  1. Device is off
  2. Device tracker hasn’t updated in the last X minutes

I suppose it’s as simple as doing an if-else statement in the custom card yaml file…

And similarly, for the Person Info Card, do a check if a person is moving and based on what activity is being detected (in_vehicle, walking, running, cycling etc.) show different text for “Driving - Home” and icon for commute. And by help of proximity sensor I guess it should be possible to see if the person is moving towards or away from home.

Although these changed could be made in the file, perhaps some of it could be of interest to include as options in the custom card itself?