mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Lower bluetooth startup timeout to 9s to avoid warning (#76050)
This commit is contained in:
parent
33651d14df
commit
56050e9fbe
@ -50,7 +50,7 @@ _LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
UNAVAILABLE_TRACK_SECONDS: Final = 60 * 5
|
||||
START_TIMEOUT = 15
|
||||
START_TIMEOUT = 9
|
||||
|
||||
SOURCE_LOCAL: Final = "local"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user