Skip to content

v2.3.1 - Dashboard Generator

Choose a tag to compare

@pentafive pentafive released this 25 Jan 02:14

Dashboard Generator

This release adds a web-based dashboard generator to easily create customized Home Assistant dashboards for your callsign.

Added

  • Dashboard Generator - Web-based tool

    • Enter your callsign and get a complete Lovelace YAML
    • Optionally add a second callsign for comparison dashboards
    • Includes all v2.3.0 sensors (propagation score, DX ratio, per-band stats)
  • CLI Generator - Command-line alternative

    python3 examples/dashboards/generate_dashboard.py W1ABC
    python3 examples/dashboards/generate_dashboard.py W1ABC K2DEF  # comparison
  • Template System - Maintainable dashboard generation

    • Templates in examples/dashboards/templates/
    • Both web and CLI use same templates
    • Template updates automatically propagate to users

Changed

  • Example dashboards now use placeholders instead of hardcoded callsigns
  • Documentation updated with generator links

Full Changelog: v2.3.0...v2.3.1