Bugfixes / increase Home Assistant timeout (#1077)

* Fix small bugs with new store

* Add more timeout to homeassistant
This commit is contained in:
Pascal Vizeli
2019-05-08 22:37:05 +02:00
committed by GitHub
parent 9ce9e10dfd
commit 7c9437c6ee
3 changed files with 7 additions and 2 deletions

View File

@@ -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."""