mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 14:45:09 +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
|
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
|
||||||
|
Reference in New Issue
Block a user