mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +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
|
||||
if self._timeout_seconds_left <= 0:
|
||||
_LOGGER.warning(
|
||||
_LOGGER.debug(
|
||||
"VAD end of speech detection timed out after %s seconds",
|
||||
self.timeout_seconds,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user