mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Increase the discovery timeout (#75948)
This commit is contained in:
parent
879b415415
commit
69a0943205
@ -22,7 +22,7 @@ from homeassistant.data_entry_flow import FlowResult
|
|||||||
from .const import DOMAIN
|
from .const import DOMAIN
|
||||||
|
|
||||||
# How long to wait for additional advertisement packets if we don't have the right ones
|
# 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
|
@dataclasses.dataclass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user