Sorry I’m still very much a newby with HomeAssistant, so excuse me if I get this wrong.
I think there is a mistake in check_config. It looks for configuration in /home/pi/.homeassistant, but after I installed the default one was in /home/homeassistant, which seemed a more logical location for it. What makes it even more confusing is that check_config then proceeed and created a second default one in /home/pi/.homeassistant.
This shows an example of what happened when I ran check_config
pi@hassbian:/ $ /srv/homeassistant/bin/hass --script check_config --files
Unable to find configuration. Creating default one in /home/pi/.homeassistant
So now I sit with two configuration files. And the question is which is the right place for it?
Ps: I’m using 0.45.1 which I only installed today.