mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Lower bluetooth startup timeout to 9s to avoid warning (#76050)
This commit is contained in:
@@ -50,7 +50,7 @@ _LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
UNAVAILABLE_TRACK_SECONDS: Final = 60 * 5
|
||||
START_TIMEOUT = 15
|
||||
START_TIMEOUT = 9
|
||||
|
||||
SOURCE_LOCAL: Final = "local"
|
||||
|
||||
|
Reference in New Issue
Block a user