* Initial commit * Add websocket test tool * Small tweak * Tiny cleanup * Make pipeline work with frontend branch * Add some more info to start event * Fixes * First voice assistant tests * Remove run_task * Clean up for PR * Add config_flow.py * Remove CLI tool * Simplify by removing stt/tts for now * Clean up and fix tests * More clean up and API changes * Add quality_scale * Remove data from run-finish * Use StrEnum backport --------- Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
3 lines
109 B
Python
3 lines
109 B
Python
"""Constants for the Voice Assistant integration."""
|
|
DOMAIN = "voice_assistant"
|
|
DEFAULT_PIPELINE = "default"
|