Update network.py

This commit is contained in:
Pascal Vizeli 2018-01-11 11:16:46 +01:00 committed by GitHub
parent db8aaecdbe
commit 61037f3852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,10 @@ _LOGGER = logging.getLogger(__name__)
class DockerNetwork(object):
"""Internal HassIO Network."""
"""Internal HassIO Network.
This class is not AsyncIO safe!
"""
def __init__(self, dock):
"""Initialize internal hassio network."""