mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
parent
fa0ad7b317
commit
c80b752d0e
@ -687,7 +687,7 @@ async def async_check_ha_config_file(hass):
|
|||||||
from homeassistant.scripts.check_config import check_ha_config_file
|
from homeassistant.scripts.check_config import check_ha_config_file
|
||||||
|
|
||||||
res = await hass.async_add_job(
|
res = await hass.async_add_job(
|
||||||
check_ha_config_file, hass.config.config_dir)
|
check_ha_config_file, hass)
|
||||||
|
|
||||||
if not res.errors:
|
if not res.errors:
|
||||||
return None
|
return None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user