Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Channels component."""
2 
3 DOMAIN = "channels"
4 SERVICE_SEEK_FORWARD = "seek_forward"
5 SERVICE_SEEK_BACKWARD = "seek_backward"
6 SERVICE_SEEK_BY = "seek_by"