Skip to content

v1.3.8

Choose a tag to compare

@Darkdragon14 Darkdragon14 released this 22 Nov 10:13
6f79f18

🔧 Refactor: Live Auth File Replacement (Script Removed)

The shutdown script used to swap the auth file during Home Assistant’s power-off sequence has now been removed.
The integration now replaces the auth file immediately when you click Save, and I’ve added a “Restart Home Assistant” button so you can apply changes directly.

⚠️ Important Note

Because Home Assistant keeps authentication data in memory, any write/update HA performs on the auth store between your Save and the Restart may overwrite your changes.
This race condition didn’t exist with the former shutdown script — so while I’m happy to get rid of that mechanism, it does slightly reduce reliability in some edge cases.

The good news is that this new approach works consistently across HA OS, HA Container, and Supervisor installations.


If you notice any unexpected behavior, feel free to open an issue — thanks for your continued feedback!