core/homeassistant/components/assist_pipeline
Martin Hjelmare e1f31194f7
Move cloud stt engine to config entry (#99608)
* Migrate cloud stt to config entry

* Update default engine

* Test config flow

* Migrate pipelines with cloud stt engine to new engine id

* Fix test after rebase

* Update and add comment

* Remove cloud specifics from default stt engine

* Refactor cloud assist pipeline

* Fix cloud stt entity_id

* Try to wait for platforms before creating default pipeline

* Clean up import

* Move function in cloud assist pipeline

* Wait for tts platform loaded in stt migration

* Update deprecation dates

* Clean up not used fixture

* Add test for async_update_pipeline

* Define pipeline update interface better

* Remove leftover

* Fix tests

* Change default engine test

* Add test for missing stt entity during login

* Add and update comments

* Update config entry title
2023-12-21 13:39:02 +01:00
..
__init__.py Move cloud stt engine to config entry (#99608) 2023-12-21 13:39:02 +01:00
const.py Add websocket command to capture audio from a device (#103936) 2023-11-16 10:28:06 -06:00
error.py Abort wake word detection when assist pipeline is modified (#100918) 2023-09-26 20:24:55 +02:00
logbook.py Adjust logbook message for assist pipeline recording (#104105) 2023-11-16 23:39:08 -05:00
manifest.json Remove fma instructions from webrtc-noise-gain (#101060) 2023-09-28 19:07:00 +02:00
pipeline.py Move cloud stt engine to config entry (#99608) 2023-12-21 13:39:02 +01:00
ring_buffer.py Wake word cleanup (#98652) 2023-08-25 13:28:48 -04:00
select.py Update mypy to 1.7.0 (#103800) 2023-11-11 23:31:04 +01:00
strings.json Add VAD sensitivity to ESPHome (#95283) 2023-06-26 16:47:32 -04:00
vad.py Delay import of webrtc to avoid blocking start up if package is missing (#102594) 2023-10-23 13:34:32 -05:00
websocket_api.py Switch formatting from black to ruff-format (#102893) 2023-11-27 14:38:59 +01:00