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

This commit is contained in:
J. Nick Koston
2022-08-01 20:46:22 -10:00
committed by Franck Nijhof
parent 7140a9d025
commit 23488f392b
@@ -46,7 +46,7 @@ _LOGGER = logging.getLogger(__name__)
UNAVAILABLE_TRACK_SECONDS: Final = 60 * 5
START_TIMEOUT = 15
START_TIMEOUT = 9
SOURCE_LOCAL: Final = "local"