mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
Increase the discovery timeout (#75948)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user