Lower bluetooth startup timeout to 9s to avoid warning (#76050)

pull/76066/head
J. Nick Koston 2022-08-01 20:46:22 -10:00 committed by GitHub
parent 33651d14df
commit 56050e9fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ _LOGGER = logging.getLogger(__name__)
UNAVAILABLE_TRACK_SECONDS: Final = 60 * 5
START_TIMEOUT = 15
START_TIMEOUT = 9
SOURCE_LOCAL: Final = "local"