Skip to content

Initial Release

Choose a tag to compare

@github-actions github-actions released this 24 May 18:22

✨ Features & Enhancements

  • EV Payment Icons: Added visual icons for accepted credit and debit card payment methods on EV charging stations.
  • Relative Timestamps: Enhanced timestamp formatting to display older timestamps as relative "time ago" strings (e.g., days, weeks, months).
  • Station Address: Replaced the generic "Gasbuddy Location" with the "Station Address" attribute, adding robust scanning across active entities to ensure it always displays correctly.
  • Performance Optimizations: Optimized the card's rendering loop using Lit's shouldUpdate lifecycle method to prevent unnecessary re-renders.
  • Version Tracking: Added a console logger that outputs the active card version, which is now automatically injected during the GitHub release workflow.

🎨 Accessibility & Styling

  • Accessibility Improvements: Added ARIA screen reader tags (aria-label, role, aria-hidden) across the card elements for better accessibility.
  • Icon Sizing: Increased the payment card icon sizes to 45x30px for better visibility and a more premium feel.

📝 Documentation & Chores

  • README Overhaul: Added real-world screenshots of the Gas, EV, and Card Editor views.
  • Configuration Docs: Removed the deprecated default_mode option and expanded the advanced configuration section to explicitly list all supported fuel and EV sensor overrides.
  • HACS: Cleaned up internal diagnostic logs and removed the render_beta flag from hacs.json.