mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-18 22:56:31 +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 hosts mapping."""
|
||||||
return {
|
return {
|
||||||
'homeassistant': self.docker.network.gateway,
|
'homeassistant': self.docker.network.gateway,
|
||||||
|
'hassio': self.docker.network.supervisor,
|
||||||
}
|
}
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user