mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-28 03:58:05 +00:00
Bugfixes / increase Home Assistant timeout (#1077)
* Fix small bugs with new store * Add more timeout to homeassistant
This commit is contained in:
@@ -35,6 +35,11 @@ class DockerHomeAssistant(DockerInterface):
|
||||
"""Return name of Docker container."""
|
||||
return HASS_DOCKER_NAME
|
||||
|
||||
@property
|
||||
def timeout(self) -> str:
|
||||
"""Return timeout for Docker actions."""
|
||||
return 60
|
||||
|
||||
@property
|
||||
def devices(self):
|
||||
"""Create list of special device to map into Docker."""
|
||||
|
||||
Reference in New Issue
Block a user