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