hass.tibber_prices/images/charts
Julian Pawlowski afb8ac2327 doc: Add comprehensive chart examples and screenshots for tibber_prices integration
- 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.
2025-12-05 21:15:52 +00:00
..
README.md doc: Add comprehensive chart examples and screenshots for tibber_prices integration 2025-12-05 21:15:52 +00:00

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)

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!