Rename voice_assistant to assist_pipeline (#91371)

* Rename voice_assistant to assist_pipeline

* Fix tests

* Fix voip test

---------

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
Erik Montnemery 2023-04-13 23:25:38 +02:00 committed by GitHub
parent 32344a8488
commit 4e80154ebe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 63 additions and 63 deletions

View file

@ -0,0 +1,2 @@
"""Constants for the Assist pipeline integration."""
DOMAIN = "assist_pipeline"