mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Switch configurator to use async_run_hass_job (#114993)
This commit is contained in:
parent
657bc969a3
commit
9c27e632fb
@ -250,7 +250,7 @@ class Configurator:
|
||||
|
||||
# field validation goes here?
|
||||
if callback and (
|
||||
job := self.hass.async_add_hass_job(
|
||||
job := self.hass.async_run_hass_job(
|
||||
HassJob(callback), call.data.get(ATTR_FIELDS, {})
|
||||
)
|
||||
):
|
||||
|
Loading…
x
Reference in New Issue
Block a user