mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-16 05:36:29 +00:00
Add a static entry for hassio api (#230)
This commit is contained in:
parent
1a4542fc4e
commit
f3f6771534
@ -89,6 +89,7 @@ class DockerAddon(DockerInterface):
|
||||
"""Return hosts mapping."""
|
||||
return {
|
||||
'homeassistant': self.docker.network.gateway,
|
||||
'hassio': self.docker.network.supervisor,
|
||||
}
|
||||
|
||||
@property
|
||||
|
Loading…
x
Reference in New Issue
Block a user