* Harmony config flow improvements * Address followup review comments from #32919 * pylint -- catching my naming error * remove leftovers from refactor
8 lines
255 B
Python
8 lines
255 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"
|