Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.channels.const Namespace Reference

Variables

string DOMAIN = "channels"
 
string SERVICE_SEEK_BACKWARD = "seek_backward"
 
string SERVICE_SEEK_BY = "seek_by"
 
string SERVICE_SEEK_FORWARD = "seek_forward"
 

Detailed Description

Constants for the Channels component.

Variable Documentation

◆ DOMAIN

string homeassistant.components.channels.const.DOMAIN = "channels"

Definition at line 3 of file const.py.

◆ SERVICE_SEEK_BACKWARD

string homeassistant.components.channels.const.SERVICE_SEEK_BACKWARD = "seek_backward"

Definition at line 5 of file const.py.

◆ SERVICE_SEEK_BY

string homeassistant.components.channels.const.SERVICE_SEEK_BY = "seek_by"

Definition at line 6 of file const.py.

◆ SERVICE_SEEK_FORWARD

string homeassistant.components.channels.const.SERVICE_SEEK_FORWARD = "seek_forward"

Definition at line 4 of file const.py.