2018-03-07 18:50:50 ERROR (MainThread) [homeassistant.components.hassio] starting version 3.2.4
Testing configuration at /config
DEBUG:homeassistant.util.yaml:Secret lat retrieved from secrets.yaml in folder /config
DEBUG:homeassistant.util.yaml:Secret long retrieved from secrets.yaml in folder /config
DEBUG:homeassistant.util.yaml:Secret http_password retrieved from secrets.yaml in folder /config
@gerard33, yes, that is true, but this only happen after recent update. And this shouldn’t crash the homeassistant when there is new configurations…
Another thing, after I restart with new configuration and the logger:debug commented, if I uncomment everything works fine with no messages on log file…
I have also been seeing this error. It started in 0.63 or 0.64, I can’t quite remember. Whenever I check my config via HA it said that it was invalid, even though everything in HA worked just fine.
2018-03-07 18:26:43 ERROR (MainThread) [homeassistant.components] Testing configuration at
C:\Users\xxxx\AppData\Roaming\.homeassistant
DEBUG:homeassistant.util.yaml:Secret mqtt_password retrieved from secrets.yaml in folder
C:\Users\xxxx\AppData\Roaming\.homeassistant
DEBUG:homeassistant.util.yaml:Secret api_password retrieved from secrets.yaml in folder
C:\Users\xxxx\AppData\Roaming\.homeassistant
Also around the same time, HA stopped restarting. I had to stop it, then start it manually. Restarting via the service call did not work. The call to restart showed up in the log followed by the above errors.
Found the same
logger: debug
in my secrets.yaml file. I commented it and now I can restart HA and my config parses correctly. Not sure why that logger breaks stuff. Regardless it’s gone now and everything seems to be back to normal.