core/tests/components/assist_pipeline
Michael Hansen 7ea2998b55
Add wake word integration (#96380)
* Add wake component

* Add wake support to Wyoming

* Add helper function to assist_pipeline (not complete)

* Rename wake to wake_word

* Fix platform

* Use send_event and clean up

* Merge wake word into pipeline

* Add wake option to async_pipeline_from_audio_stream

* Add start/end stages to async_pipeline_from_audio_stream

* Add wake timeout

* Remove layer in wake_output

* Use VAD for wake word timeout

* Include audio metadata in wake-start

* Remove unnecessary websocket command

* wake -> wake_word

* Incorporate feedback

* Clean up wake_word tests

* Add wyoming wake word tests

* Add pipeline wake word test

* Add last processed state

* Fix tests

* Add tests for wake word

* More tests for the codebot
2023-08-07 22:22:16 -04:00
..
snapshots Add wake word integration (#96380) 2023-08-07 22:22:16 -04:00
__init__.py Use pipeline ID in event (#92100) 2023-04-26 22:40:17 -04:00
conftest.py Add wake word integration (#96380) 2023-08-07 22:22:16 -04:00
test_init.py Add wake word integration (#96380) 2023-08-07 22:22:16 -04:00
test_pipeline.py Remove homeassistant from conversation dependencies (#92170) 2023-04-28 18:17:48 +02:00
test_select.py Don't require passing identifiers to DeviceRegistry.async_get_device (#96479) 2023-07-13 13:39:25 -04:00
test_vad.py
test_websocket.py Add wake word integration (#96380) 2023-08-07 22:22:16 -04:00