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 GitHub
parent 33651d14df
commit 56050e9fbe

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"