fix minor things v3

This commit is contained in:
pvizeli 2017-04-04 14:46:22 +02:00
parent 69e70013e9
commit 46db4eecac

View File

@ -64,7 +64,7 @@ class HassIO(object):
first_run=True)
# first start of supervisor?
if await self.homeassistant.exists():
if not await self.homeassistant.exists():
_LOGGER.info("No HomeAssistant docker found.")
await self._setup_homeassistant()