4 lines
126 B
Python
4 lines
126 B
Python
"""Constants for the Harmony component."""
|
|
DOMAIN = "harmony"
|
|
SERVICE_SYNC = "sync"
|
|
SERVICE_CHANGE_CHANNEL = "change_channel"
|