Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.roku.const
 

Variables

string homeassistant.components.roku.const.ATTR_ARTIST_NAME = "artist_name"
 
string homeassistant.components.roku.const.ATTR_CONTENT_ID = "content_id"
 
string homeassistant.components.roku.const.ATTR_FORMAT = "format"
 
string homeassistant.components.roku.const.ATTR_KEYWORD = "keyword"
 
string homeassistant.components.roku.const.ATTR_MEDIA_TYPE = "media_type"
 
string homeassistant.components.roku.const.ATTR_THUMBNAIL = "thumbnail"
 
string homeassistant.components.roku.const.CONF_PLAY_MEDIA_APP_ID = "play_media_app_id"
 
string homeassistant.components.roku.const.DEFAULT_PLAY_MEDIA_APP_ID = "15985"
 
int homeassistant.components.roku.const.DEFAULT_PORT = 8060
 
string homeassistant.components.roku.const.DOMAIN = "roku"
 
string homeassistant.components.roku.const.SERVICE_SEARCH = "search"