v0.1 – First Release of ha-price-timeline-card
🚀 v0.1 – First Release
Released on: September 18, 2025
📌 Overview
The ha-price-timeline-card is a custom Lovelace card for Home Assistant that visualizes hourly energy prices on a timeline or as a circular chart. Prices are color-coded relative to the daily average, making it easy to spot cheap and expensive hours at a glance.
✅ Features
- Energy Price Visualization: Display hourly energy prices on a timeline or circular chart.
- Color Coding: Prices are highlighted based on comparison to the daily average.
- Multi-language Support: Works in multiple languages.
- Theme Support: Compatible with light/dark mode and Home Assistant theme colors.
🔧 Configuration Options
| Name | Type | Description |
|---|---|---|
price |
string | Entity ID of the energy price sensor (must provide attributes.data with hourly prices). |
average |
string | Entity ID of the sensor that provides the daily average price. |
Optional
| Name | Type | Default | Description |
|---|---|---|---|
timeline |
boolean | true |
Show timeline view (true) or circle view (false). |
theme |
string | light |
Visual theme. Possible values: light, dark, theme (uses Home Assistant theme variables). |