Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for QVR Pro component."""
2 
3 DOMAIN = "qvr_pro"
4 SHORT_NAME = "QVR"
5 
6 CONF_EXCLUDE_CHANNELS = "exclude_channels"
7 
8 SERVICE_STOP_RECORD = "stop_record"
9 SERVICE_START_RECORD = "start_record"