mirror of
https://github.com/home-assistant/core.git
synced 2025-06-10 16:17:10 +00:00
5 lines
126 B
Python
5 lines
126 B
Python
"""Constants for the Harmony component."""
|
|
DOMAIN = "harmony"
|
|
SERVICE_SYNC = "sync"
|
|
SERVICE_CHANGE_CHANNEL = "change_channel"
|