1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/channels/const.py

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"