mirror of
https://github.com/home-assistant/core.git
synced 2026-06-11 11:41:42 +02:00
b274fcba05
* move harmoney services to harmony domain * update service names
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"
|