mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-17 22:26:30 +00:00
Update network.py
This commit is contained in:
parent
db8aaecdbe
commit
61037f3852
@ -9,7 +9,10 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
class DockerNetwork(object):
|
class DockerNetwork(object):
|
||||||
"""Internal HassIO Network."""
|
"""Internal HassIO Network.
|
||||||
|
|
||||||
|
This class is not AsyncIO safe!
|
||||||
|
"""
|
||||||
|
|
||||||
def __init__(self, dock):
|
def __init__(self, dock):
|
||||||
"""Initialize internal hassio network."""
|
"""Initialize internal hassio network."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user