Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.youtube.const Namespace Reference

Variables

string ATTR_DESCRIPTION = "description"
 
string ATTR_LATEST_VIDEO = "latest_video"
 
string ATTR_PUBLISHED_AT = "published_at"
 
string ATTR_SUBSCRIBER_COUNT = "subscriber_count"
 
string ATTR_THUMBNAIL = "thumbnail"
 
string ATTR_TITLE = "title"
 
string ATTR_TOTAL_VIEWS = "total_views"
 
string ATTR_VIDEO_ID = "video_id"
 
string AUTH = "auth"
 
string CHANNEL_CREATION_HELP_URL = "https://support.google.com/youtube/answer/1646861"
 
string CONF_CHANNELS = "channels"
 
string CONF_UPLOAD_PLAYLIST = "upload_playlist_id"
 
string COORDINATOR = "coordinator"
 
list DEFAULT_ACCESS = ["https://www.googleapis.com/auth/youtube.readonly"]
 
string DOMAIN = "youtube"
 
 LOGGER = logging.getLogger(__package__)
 
string MANUFACTURER = "Google, Inc."
 

Detailed Description

Constants for YouTube integration.

Variable Documentation

◆ ATTR_DESCRIPTION

string homeassistant.components.youtube.const.ATTR_DESCRIPTION = "description"

Definition at line 21 of file const.py.

◆ ATTR_LATEST_VIDEO

string homeassistant.components.youtube.const.ATTR_LATEST_VIDEO = "latest_video"

Definition at line 19 of file const.py.

◆ ATTR_PUBLISHED_AT

string homeassistant.components.youtube.const.ATTR_PUBLISHED_AT = "published_at"

Definition at line 24 of file const.py.

◆ ATTR_SUBSCRIBER_COUNT

string homeassistant.components.youtube.const.ATTR_SUBSCRIBER_COUNT = "subscriber_count"

Definition at line 20 of file const.py.

◆ ATTR_THUMBNAIL

string homeassistant.components.youtube.const.ATTR_THUMBNAIL = "thumbnail"

Definition at line 22 of file const.py.

◆ ATTR_TITLE

string homeassistant.components.youtube.const.ATTR_TITLE = "title"

Definition at line 17 of file const.py.

◆ ATTR_TOTAL_VIEWS

string homeassistant.components.youtube.const.ATTR_TOTAL_VIEWS = "total_views"

Definition at line 18 of file const.py.

◆ ATTR_VIDEO_ID

string homeassistant.components.youtube.const.ATTR_VIDEO_ID = "video_id"

Definition at line 23 of file const.py.

◆ AUTH

string homeassistant.components.youtube.const.AUTH = "auth"

Definition at line 13 of file const.py.

◆ CHANNEL_CREATION_HELP_URL

string homeassistant.components.youtube.const.CHANNEL_CREATION_HELP_URL = "https://support.google.com/youtube/answer/1646861"

Definition at line 8 of file const.py.

◆ CONF_CHANNELS

string homeassistant.components.youtube.const.CONF_CHANNELS = "channels"

Definition at line 10 of file const.py.

◆ CONF_UPLOAD_PLAYLIST

string homeassistant.components.youtube.const.CONF_UPLOAD_PLAYLIST = "upload_playlist_id"

Definition at line 11 of file const.py.

◆ COORDINATOR

string homeassistant.components.youtube.const.COORDINATOR = "coordinator"

Definition at line 12 of file const.py.

◆ DEFAULT_ACCESS

list homeassistant.components.youtube.const.DEFAULT_ACCESS = ["https://www.googleapis.com/auth/youtube.readonly"]

Definition at line 5 of file const.py.

◆ DOMAIN

string homeassistant.components.youtube.const.DOMAIN = "youtube"

Definition at line 6 of file const.py.

◆ LOGGER

homeassistant.components.youtube.const.LOGGER = logging.getLogger(__package__)

Definition at line 15 of file const.py.

◆ MANUFACTURER

string homeassistant.components.youtube.const.MANUFACTURER = "Google, Inc."

Definition at line 7 of file const.py.