mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-07 18:09:36 +00:00
fix bug
This commit is contained in:
@@ -48,7 +48,7 @@ class HomeAssistant(JsonConfig, CoreSysAttributes):
|
||||
@property
|
||||
def machine(self):
|
||||
"""Return System Machines."""
|
||||
return self._docker.machine
|
||||
return self.instance.machine
|
||||
|
||||
@property
|
||||
def api_ip(self):
|
||||
|
||||
Reference in New Issue
Block a user