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

pull/76119/head
J. Nick Koston 2022-08-01 20:46:22 -10:00 committed by Franck Nijhof
parent 7140a9d025
commit 23488f392b
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 1 additions and 1 deletions

View File

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