mirror of
https://github.com/home-assistant/core.git
synced 2026-09-07 14:01:20 +01:00
6 lines
82 B
Python
6 lines
82 B
Python
"""Wake word constants."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "wake_word"
|