10 lines
296 B
Python
10 lines
296 B
Python
"""Constants for the Harmony component."""
|
|
DOMAIN = "harmony"
|
|
SERVICE_SYNC = "sync"
|
|
SERVICE_CHANGE_CHANNEL = "change_channel"
|
|
PLATFORMS = ["remote"]
|
|
UNIQUE_ID = "unique_id"
|
|
ACTIVITY_POWER_OFF = "PowerOff"
|
|
HARMONY_OPTIONS_UPDATE = "harmony_options_update"
|
|
ATTR_ACTIVITY_NOTIFY = "activity_notify"
|