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