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:
- Open the integration options if you want to enable frontend debugging.
- Reload the integration or restart Home Assistant.
- Open your browser developer console to view frontend debug output.
No configuration changes are required for existing users.
What's Changed
- Update README.md with note for frontend debug logging by @Mariusthvdb in #12
- Update CHANGELOG.md to 1.4.0 by @Mariusthvdb in #13
Full Changelog: 1.3.1...1.4.0
fixes: #11