mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Change warning to debug for VAD timeout (#132987)
This commit is contained in:
parent
0d4780e91b
commit
053f03ac58
@ -140,7 +140,7 @@ class VoiceCommandSegmenter:
|
|||||||
|
|
||||||
self._timeout_seconds_left -= chunk_seconds
|
self._timeout_seconds_left -= chunk_seconds
|
||||||
if self._timeout_seconds_left <= 0:
|
if self._timeout_seconds_left <= 0:
|
||||||
_LOGGER.warning(
|
_LOGGER.debug(
|
||||||
"VAD end of speech detection timed out after %s seconds",
|
"VAD end of speech detection timed out after %s seconds",
|
||||||
self.timeout_seconds,
|
self.timeout_seconds,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user