Add constants file for directv (#32157)
This commit is contained in:
parent
b2d7bc40dc
commit
3f49f6c047
2 changed files with 23 additions and 11 deletions
12
homeassistant/components/directv/const.py
Normal file
12
homeassistant/components/directv/const.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
"""Constants for the DirecTV integration."""
|
||||
|
||||
ATTR_MEDIA_CURRENTLY_RECORDING = "media_currently_recording"
|
||||
ATTR_MEDIA_RATING = "media_rating"
|
||||
ATTR_MEDIA_RECORDED = "media_recorded"
|
||||
ATTR_MEDIA_START_TIME = "media_start_time"
|
||||
|
||||
DATA_DIRECTV = "data_directv"
|
||||
|
||||
DEFAULT_DEVICE = "0"
|
||||
DEFAULT_NAME = "DirecTV Receiver"
|
||||
DEFAULT_PORT = 8080
|
Loading…
Add table
Add a link
Reference in a new issue