Fix remember_the_milk calling configurator async api from the wrong thread (#119029)

This commit is contained in:
J. Nick Koston 2024-06-07 02:07:47 -05:00 committed by Franck Nijhof
parent 1cbd3ab930
commit 20b77aa15f
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -137,7 +137,7 @@ def _register_new_account(
configurator.request_done(hass, request_id)
request_id = configurator.async_request_config(
request_id = configurator.request_config(
hass,
f"{DOMAIN} - {account_name}",
callback=register_account_callback,