mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-08 09:46:29 +00:00
Cleanup output
This commit is contained in:
parent
385af5bef5
commit
f76749a933
@ -57,15 +57,10 @@ class HassIO(object):
|
|||||||
|
|
||||||
# hostcontrol
|
# hostcontrol
|
||||||
await self.host_control.load()
|
await self.host_control.load()
|
||||||
_LOGGER.info(
|
|
||||||
"Connected to HostControl. Type: %s Version: %s Hostname: %s "
|
|
||||||
"Features: %s", self.host_control.type,
|
|
||||||
self.host_control.version, self.host_control.hostname,
|
|
||||||
self.host_control.features)
|
|
||||||
|
|
||||||
# schedule update info tasks
|
# schedule update info tasks
|
||||||
self.scheduler.register_task(
|
self.scheduler.register_task(
|
||||||
self.host_control.load(), RUN_UPDATE_INFO_TASKS)
|
self.host_control.load, RUN_UPDATE_INFO_TASKS)
|
||||||
|
|
||||||
# rest api views
|
# rest api views
|
||||||
self.api.register_host(self.host_control)
|
self.api.register_host(self.host_control)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user