mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 19:42:30 +01:00
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"
|