Skip to content

A custom lovelace card for Home Assistant that provides a better way to display Dexcom data.

License

Notifications You must be signed in to change notification settings

wiltodelta/homeassistant-sugartv-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📺 SugarTV Card

hacs_badge

A custom Lovelace card for Home Assistant that provides an enhanced way to display Dexcom data. This card presents glucose information in a visually appealing and easy-to-understand format, making glucose monitoring more convenient.

Home Assistant with SugarTV Card on the dashboard at my home

Features

  • 🔌 Uses default Dexcom integration for Home Assistant
  • 📊 Displays:
    • Current glucose value
    • Difference from previous reading
    • Trend direction
    • Last update time
    • Glucose prediction for next 15 minutes
  • 🌍 Automatic local time format support
  • 📏 Automatic unit support (mmol/L and mg/dL)
  • 📱 Responsive card sizing
  • ⚙️ Visual configuration editor
  • 🔮 Configurable prediction display

Installation

Prerequisites

  1. Home Assistant with HACS (Home Assistant Community Store) installed
  2. Dexcom integration set up in Home Assistant

Installing via HACS

  1. Open HACS in Home Assistant
  2. Navigate to "Frontend" section
  3. Click the "+" button
  4. Search for "SugarTV Card"
  5. Click "Install"
  6. Restart Home Assistant

Configuration

Using the UI

  1. Add a new card to your dashboard
  2. Choose "Custom: SugarTV Card"
  3. Use the visual editor to configure:
    • Select glucose value sensor
    • Select glucose trend sensor
    • Toggle prediction display

Using YAML

type: custom:sugartv-card
glucose_value: sensor.dexcom_glucose_value
glucose_trend: sensor.dexcom_glucose_trend
show_prediction: true

Support

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A custom lovelace card for Home Assistant that provides a better way to display Dexcom data.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published