diff --git a/supervisor/docker/homeassistant.py b/supervisor/docker/homeassistant.py index d01e229f4..73049981e 100644 --- a/supervisor/docker/homeassistant.py +++ b/supervisor/docker/homeassistant.py @@ -42,9 +42,9 @@ class DockerHomeAssistant(DockerInterface): @property def timeout(self) -> int: """Return timeout for Docker actions.""" - # Synchronized homeassistant/core.py:async_stop - # to avoid killing Home Assistant Core. - return 120 + 60 + 30 + 10 + # Synchronized homeassistant's S6_SERVICES_GRACETIME + # to avoid killing Home Assistant Core + return 220 + 20 @property def ip_address(self) -> IPv4Address: