This release brings several improvements, new features, and quality-of-life enhancements.
π Release Notes β Version 1.0.0
Iam excited to announce the latest version of the Price Timeline Card! This release brings hopefully several improvements, new features, and quality enhancements.
β¨ New Features
-
β±οΈ 15-minute interval support
The card now supports displaying energy prices in 15-minute intervals, in addition to hourly prices. -
π Double-click toggle
Users can now switch between today and tomorrow by double-clicking the card. -
β‘ Flexible average price
- The
averagesensor is now optional. If omitted, the card automatically calculates the average. - The
averagecan be provided either as a number or as an entity ID.
- The
-
π Tibber
Integration with the Tibber ecosystem is now easier: see the README for scripts and Python helpers to provide the correct sensor format. -
β¨ Empty data feedback
The card now shows a message and simple animation when data (e.g., for tomorrow) is not yet available.
π Documentation / Editor Improvements
- π οΈ Visual editor improvements
- Entity pickers added for
priceandaverage. - Descriptions added for fields and tooltips.
- Entity pickers added for
β οΈ Error messages
More descriptive error handling when configuration values are missing or invalid.
π§Ή Refactoring & Quality Improvements
- Internal code refactoring for better maintainability.
- Improved readability and structure in the card logic.
- Minor tweaks.
π‘ Best Practices
- Use 15-minute data where available for higher granularity.
- Provide
averageonly if you want to override the automatic calculation. - Make sure
attributes.dataof thepricesensor containsstart_timeandprice_per_kwhentries (see README ).
I hope you enjoy the new version! Feedback and contributions are always welcome. π