mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-22 08:36:30 +00:00
fix progress v2
This commit is contained in:
parent
e40963a686
commit
d978ec00aa
@ -148,10 +148,14 @@ class HomeAssistant(JsonConfig):
|
||||
"""
|
||||
return self.docker.logs()
|
||||
|
||||
@property
|
||||
def is_running(self):
|
||||
"""Return True if docker container is running.
|
||||
|
||||
Return a coroutine.
|
||||
"""
|
||||
return self.docker.is_running
|
||||
return self.docker.is_running()
|
||||
|
||||
@property
|
||||
def in_progress(self):
|
||||
"""Return True if a task is in progress."""
|
||||
return self.docker.in_progress
|
||||
|
Loading…
x
Reference in New Issue
Block a user