mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
Fix remember_the_milk calling configurator async api from the wrong thread (#119029)
This commit is contained in:
parent
8628a1e449
commit
aa0a90cd98
@ -137,7 +137,7 @@ def _register_new_account(
|
|||||||
|
|
||||||
configurator.request_done(hass, request_id)
|
configurator.request_done(hass, request_id)
|
||||||
|
|
||||||
request_id = configurator.async_request_config(
|
request_id = configurator.request_config(
|
||||||
hass,
|
hass,
|
||||||
f"{DOMAIN} - {account_name}",
|
f"{DOMAIN} - {account_name}",
|
||||||
callback=register_account_callback,
|
callback=register_account_callback,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user