Hey everyone!
I’ve released a new Lovelace card called Person Location Card that shows room-level presence (BLE/Proxy) plus a general home/away indicator (GPS/IP) with a small dot.
What it does (quickly):
- Shows which room each device is in
- Supports as many devices as you want
- Small dot for home/away status
- Fully configurable via UI (not only YAML)
- Drag-and-drop to reorder devices
Install (HACS):
Just add the repo as a Custom Repository (Type: Dashboard ) and install it via HACS.
Repo:
Quick example:
UI
YAML
type: custom:person-room-card
name: Alex
room_entities:
- entity: sensor.alex_phone_ble_area
label: Phone
- entity: sensor.alex_watch_ble_area
label: Watch
gl_entity: device_tracker.alex_phone

