Hass.io --scrip check_config

Installed Hass.io with the SSH add-on today. And i have got it upp and running with my old configfiles that i moved from Hass installed on RASPBIAN.

Previously i could SSH in to my rpi3 though the terminal and run hass --scrip check_config to check for errors. But that doesn’t seem to be a Hass.io feature.

The only way i found is the “Configuration Validation” on the frontend. But that got give the same detail and control as hass --scrip check_config do.

What alternatives are there to checking the config file on Hass.io ?

Install the SSH add-on, it will give you an command line option.

If you keep your config in Git it’s really easy to get Travis checking your config. I used to use the check_config script too but Travis is way faster. I’ve also got some automations in that send notifications of the Travis build status to me.

My next step is probably to fork the existing git plugin and get it to automatically apply config and restart after the Travis build has passed.