Skip to content

v1.3.10

Choose a tag to compare

@Darkdragon14 Darkdragon14 released this 07 Dec 12:03
b0c4e02

📝 Release Notes

🔧 Fix: Panel registration issue resolved

This release fixes the Home Assistant startup crash that occurred during updates to HA 2025.12.x.
The issue was caused by the custom panel being registered multiple times, which is now treated as a fatal error by Home Assistant.

The panel creation logic has been fully unified with the implementation used in my other integration (ha-guest-mode), ensuring:

✔️ No more duplicate panel registration
✔️ Correct removal of the panel on integration unload
✔️ Full compatibility with Home Assistant 2025.12+
✔️ Improved reliability across reboots and upgrades

If you experienced a rollback when updating Home Assistant, this update should resolve the problem.

🙌 Thank you

A big thank you to @blackdwarf44 for reporting the issue and providing the detailed logs.
Your feedback directly helped identify and fix the problem quickly.