mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +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
|
||||
|
||||
res = await hass.async_add_job(
|
||||
check_ha_config_file, hass.config.config_dir)
|
||||
check_ha_config_file, hass)
|
||||
|
||||
if not res.errors:
|
||||
return None
|
||||
|
Loading…
x
Reference in New Issue
Block a user