core/homeassistant/components/harmony/const.py

5 lines
126 B
Python
Raw Normal View History

"""Constants for the Harmony component."""
DOMAIN = "harmony"
SERVICE_SYNC = "sync"
SERVICE_CHANGE_CHANNEL = "change_channel"