Increase the discovery timeout (#75948)

This commit is contained in:
Bob van Mierlo
2022-07-29 22:46:30 +02:00
committed by GitHub
parent 879b415415
commit 69a0943205

View File

@@ -22,7 +22,7 @@ from homeassistant.data_entry_flow import FlowResult
from .const import DOMAIN
# How long to wait for additional advertisement packets if we don't have the right ones
ADDITIONAL_DISCOVERY_TIMEOUT = 5
ADDITIONAL_DISCOVERY_TIMEOUT = 60
@dataclasses.dataclass