I’m looking to automate configuration files copying to HA core running in a docker container.
I want to validate that the files I’ve copied are actually valid.
I’ve discovered 2 options:
hass --script check_configfrom within the container check_config - Home Assistant- or HTTP API call to
/api/config/core/check_config
Now there are 2 questions that I have around this:
- Why is CLI so slow? It reguarly takes 15 seconds for this command to complete
- Are those 2 equivalent?
EDIT: is there a way to reload config through API/CLI without restart? When I click the reload configuration buttons on UI there’s no network calls being made ![]()