* 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>
2 lines
80 B
Python
2 lines
80 B
Python
"""Constants for the Assist pipeline integration."""
|
|
DOMAIN = "assist_pipeline"
|