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.
- 🔌 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
- Home Assistant with HACS (Home Assistant Community Store) installed
- Dexcom integration set up in Home Assistant
- Open HACS in Home Assistant
- Navigate to "Frontend" section
- Click the "+" button
- Search for "SugarTV Card"
- Click "Install"
- Restart Home Assistant
- Add a new card to your dashboard
- Choose "Custom: SugarTV Card"
- Use the visual editor to configure:
- Select glucose value sensor
- Select glucose trend sensor
- Toggle prediction display
type: custom:sugartv-card
glucose_value: sensor.dexcom_glucose_value
glucose_trend: sensor.dexcom_glucose_trend
show_prediction: true
- 🐛 Found a bug? Create an issue
- 💡 Have an idea? Suggest an improvement
- ⭐ Like the project? Star it on GitHub!
This project is licensed under the MIT License. See the LICENSE file for details.