mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-26 18:06:17 +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"
|