mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 05:13:40 +00:00
- Created a new documentation file `chart-examples.md` detailing various chart configurations available through the `tibber_prices.get_apexcharts_yaml` action. - Included descriptions, dependencies, and YAML generation examples for four chart modes: Today's Prices, Rolling 48h Window, and Rolling Window Auto-Zoom. - Added a section on dynamic Y-axis scaling and best price period highlights. - Established prerequisites for using the charts, including required cards and customization tips. - Introduced a new `README.md` in the images/charts directory to document available chart screenshots and guidelines for capturing them.
1.3 KiB
1.3 KiB
Chart Screenshots
This directory contains screenshots of the different chart configurations available through tibber_prices.get_apexcharts_yaml.
Files:
- ✅
today.png- Static view of today's prices (representative of all fixed day views) - ✅
rolling-window.png- Dynamic 48h rolling window with Y-axis scaling - ✅
rolling-window-autozoom.png- Auto-zoom view with progressive zoom
Note: Tomorrow view is visually identical to today view, so one static screenshot covers all fixed day modes (yesterday/today/tomorrow).
Screenshot Guidelines:
When capturing screenshots:
- Use a clean Home Assistant dashboard (no other cards visible)
- Capture during a day with interesting price variations (show the chart at work!)
- Include both light and dark mode versions if possible
- Make sure best price period highlights are visible (if enabled)
- Capture at a resolution that's readable when embedded in docs (at least 1200px width)
Recommended for README.md:
Use rolling_window.png in the main README.md as it shows:
- ✅ Dynamic 48h window (impressive!)
- ✅ Color-coded series (visual appeal)
- ✅ Dynamic Y-axis scaling (key feature)
- ✅ Best price period highlights (useful overlay)
- ✅ Gradient effect (polished look)
This showcases the most advanced features at a glance!