4 lines
109 B
Python
4 lines
109 B
Python
|
"""Constants for the Voice Assistant integration."""
|
||
|
DOMAIN = "voice_assistant"
|
||
|
DEFAULT_PIPELINE = "default"
|