mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Don't warn about unknown pipeline events in ESPHome (#102174)
Don't warn about unknown events (debug)
This commit is contained in:
@@ -163,7 +163,7 @@ class VoiceAssistantUDPServer(asyncio.DatagramProtocol):
|
||||
try:
|
||||
event_type = _VOICE_ASSISTANT_EVENT_TYPES.from_hass(event.type)
|
||||
except KeyError:
|
||||
_LOGGER.warning("Received unknown pipeline event type: %s", event.type)
|
||||
_LOGGER.debug("Received unknown pipeline event type: %s", event.type)
|
||||
return
|
||||
|
||||
data_to_send = None
|
||||
|
Reference in New Issue
Block a user