Skip to content

1.4.0. Frontend Debugging & Translation Cleanup

Latest

Choose a tag to compare

@Mariusthvdb Mariusthvdb released this 10 Jun 13:44
· 1 commit to main since this release
c9606ae

Frontend Debugging & Translation Cleanup

This release introduces a new Frontend Debug Logging option that can be enabled from the integration's options menu. When enabled, additional diagnostic information is written to the browser console, making it easier to troubleshoot icon loading, metadata, viewBox deviations, and frontend behavior.

Highlights

  • New Frontend Debug Logging toggle in integration options.
  • Frontend debug state is now exposed through the integration info endpoint and automatically applied in the frontend loader.
  • Improved logging with clearer reporting of configuration changes.
  • Added Dutch translations.
  • Migrated translation handling to a modern Home Assistant translation structure.
  • General code cleanup and internal refactoring.

Upgrade Notes

After upgrading:

  1. Open the integration options if you want to enable frontend debugging.
  2. Reload the integration or restart Home Assistant.
  3. Open your browser developer console to view frontend debug output.

No configuration changes are required for existing users.

What's Changed

Full Changelog: 1.3.1...1.4.0

fixes: #11