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"
|