Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the DirecTV integration."""
2 
3 DOMAIN = "directv"
4 
5 # Attributes
6 ATTR_MEDIA_CURRENTLY_RECORDING = "media_currently_recording"
7 ATTR_MEDIA_RATING = "media_rating"
8 ATTR_MEDIA_RECORDED = "media_recorded"
9 ATTR_MEDIA_START_TIME = "media_start_time"
10 
11 CONF_RECEIVER_ID = "receiver_id"
12 
13 DEFAULT_DEVICE = "0"
14 DEFAULT_NAME = "DirecTV Receiver"
15 DEFAULT_PORT = 8080