mirror of
https://github.com/home-assistant/core.git
synced 2025-05-12 18:09:17 +00: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"
|