mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
Fix socket handling
This commit is contained in:
parent
68534e62ef
commit
611b0bebbf
@ -29,7 +29,7 @@ class HostControll(object):
|
||||
if not self.active:
|
||||
return
|
||||
|
||||
reader, writer = await self.loop.create_unix_connection(SOCKET_HC)
|
||||
reader, writer = await self.loop.open_unix_connection(SOCKET_HC)
|
||||
|
||||
# send
|
||||
_LOGGER.info("Send '%s' to HostControll.", command)
|
||||
|
Loading…
x
Reference in New Issue
Block a user