mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 19:27:51 +00:00
6 lines
170 B
Python
6 lines
170 B
Python
"""Constants for the Channels component."""
|
|
DOMAIN = "channels"
|
|
SERVICE_SEEK_FORWARD = "seek_forward"
|
|
SERVICE_SEEK_BACKWARD = "seek_backward"
|
|
SERVICE_SEEK_BY = "seek_by"
|