mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 13:23:41 +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.
32 lines
1.3 KiB
Markdown
32 lines
1.3 KiB
Markdown
# 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:
|
|
|
|
1. Use a clean Home Assistant dashboard (no other cards visible)
|
|
2. Capture during a day with interesting price variations (show the chart at work!)
|
|
3. Include both light and dark mode versions if possible
|
|
4. Make sure best price period highlights are visible (if enabled)
|
|
5. 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!
|