Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.directv.const
 

Variables

string homeassistant.components.directv.const.ATTR_MEDIA_CURRENTLY_RECORDING = "media_currently_recording"
 
string homeassistant.components.directv.const.ATTR_MEDIA_RATING = "media_rating"
 
string homeassistant.components.directv.const.ATTR_MEDIA_RECORDED = "media_recorded"
 
string homeassistant.components.directv.const.ATTR_MEDIA_START_TIME = "media_start_time"
 
string homeassistant.components.directv.const.CONF_RECEIVER_ID = "receiver_id"
 
string homeassistant.components.directv.const.DEFAULT_DEVICE = "0"
 
string homeassistant.components.directv.const.DEFAULT_NAME = "DirecTV Receiver"
 
int homeassistant.components.directv.const.DEFAULT_PORT = 8080
 
string homeassistant.components.directv.const.DOMAIN = "directv"