mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +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
|
UNAVAILABLE_TRACK_SECONDS: Final = 60 * 5
|
||||||
START_TIMEOUT = 15
|
START_TIMEOUT = 9
|
||||||
|
|
||||||
SOURCE_LOCAL: Final = "local"
|
SOURCE_LOCAL: Final = "local"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user