mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 15:16:33 +00:00
fix minor things v3
This commit is contained in:
parent
69e70013e9
commit
46db4eecac
@ -64,7 +64,7 @@ class HassIO(object):
|
|||||||
first_run=True)
|
first_run=True)
|
||||||
|
|
||||||
# first start of supervisor?
|
# first start of supervisor?
|
||||||
if await self.homeassistant.exists():
|
if not await self.homeassistant.exists():
|
||||||
_LOGGER.info("No HomeAssistant docker found.")
|
_LOGGER.info("No HomeAssistant docker found.")
|
||||||
await self._setup_homeassistant()
|
await self._setup_homeassistant()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user