Add a static entry for hassio api (#230)

This commit is contained in:
Pascal Vizeli 2017-10-22 13:53:41 +02:00 committed by GitHub
parent 1a4542fc4e
commit f3f6771534

View File

@ -89,6 +89,7 @@ class DockerAddon(DockerInterface):
"""Return hosts mapping."""
return {
'homeassistant': self.docker.network.gateway,
'hassio': self.docker.network.supervisor,
}
@property