KiefDelicious / ha-utils

13 stars 1 forks source link

Home Assistant Lovelace Card for Everything Presence Lite

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:

  1. Install Plotly Graph Card: This card requires the Lovelace Plotly Graph Card from HACS in Home Assistant.
  2. Copy & Paste Code: Add a manual lovelace card to your dashboard and copy content of the everything_presence_lite_map_chart.yaml
  3. Replace Sensor Names: Ensure to replace the placeholder of 2 sensor names (everything_presence_lite_name) with the actual names of your sensors in Home Assistant.
  4. Optional: Remove zones that are not used to avoid error message

Image Example:

Screenshot 2024-08-18 at 22 31 45

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).