[ 1.0.125 ] - 2025/05/30
- Updated the
__init__.py.options_update_listener
method to only acquire a token updater lock if reloading the configuration (due to UI options change). Prior to the fix, the lock was being acquired if the token was refreshed OR if reloading the configuration (due to UI options change); this caused a thread deadlock to arise on the HA event-loop thread (configuration reload is performed on the event-loop thread), which caused the HA user-interface to hang / stop responding.