mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 23:41:48 -05:00
6 lines
82 B
Python
6 lines
82 B
Python
"""Wake word constants."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "wake_word"
|