This repository contains a custom Home Assistant Lovelace card for visualizing zones and presence of up to 3 targets.
Card Functionality:
The everything_presence_lite_map_chart.yaml
file defines a Lovelace card that displays a map-based visualization showing 3 zones and up to 3 active targets.
Installation Instructions:
- Install Plotly Graph Card: This card requires the Lovelace Plotly Graph Card from HACS in Home Assistant.
- Copy & Paste Code: Add a manual lovelace card to your dashboard and copy content of the everything_presence_lite_map_chart.yaml
- Replace Sensor Names: Ensure to replace the placeholder of 2 sensor names (
everything_presence_lite_XXX
) with the actual names of your sensors in Home Assistant. - Optional: Remove zones that are not used to avoid error message
Image Example:

Notes Based on the code of athua and smarthomejunkie
As an addition with the help of iamwyza I've added the everything_presence_lite_map_chart-rotation-support.yaml
. This does the same as everything_presence_lite_map_chart.yaml
, but allows for grid rotation, making it easier to place sensors in corners).