mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-08 01:36:29 +00:00
Cleanup output
This commit is contained in:
parent
385af5bef5
commit
f76749a933
@ -57,15 +57,10 @@ class HassIO(object):
|
||||
|
||||
# hostcontrol
|
||||
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
|
||||
self.scheduler.register_task(
|
||||
self.host_control.load(), RUN_UPDATE_INFO_TASKS)
|
||||
self.host_control.load, RUN_UPDATE_INFO_TASKS)
|
||||
|
||||
# rest api views
|
||||
self.api.register_host(self.host_control)
|
||||
|
Loading…
x
Reference in New Issue
Block a user