diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py index 93ae4032b56..351b07f7fc7 100644 --- a/homeassistant/components/frontend/version.py +++ b/homeassistant/components/frontend/version.py @@ -1,2 +1,2 @@ """DO NOT MODIFY. Auto-generated by build_frontend script.""" -VERSION = "c2932592a6946e955ddc46f31409b81f" +VERSION = "6dec5973573b17427025b90ee846730b" diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html index 799ecae4a09..7c6e82f19aa 100644 --- a/homeassistant/components/frontend/www_static/frontend.html +++ b/homeassistant/components/frontend/www_static/frontend.html @@ -3700,7 +3700,77 @@ e.bindAnimationForKeyframeEffect(this)),(this.effect instanceof window.SequenceE line-height: 1.5em; margin-top: 8px; margin-bottom: 16px; - } \ No newline at end of file + } \ No newline at end of file diff --git a/homeassistant/components/frontend/www_static/home-assistant-polymer b/homeassistant/components/frontend/www_static/home-assistant-polymer index ac311416a99..a127c74a539 160000 --- a/homeassistant/components/frontend/www_static/home-assistant-polymer +++ b/homeassistant/components/frontend/www_static/home-assistant-polymer @@ -1 +1 @@ -Subproject commit ac311416a99f41abbe98142ccac5f84f77d88296 +Subproject commit a127c74a53955149cbd07d8f2e67a7e230513405 diff --git a/homeassistant/components/media_player/demo.py b/homeassistant/components/media_player/demo.py index 559c9d39bf3..e4015cd5b71 100644 --- a/homeassistant/components/media_player/demo.py +++ b/homeassistant/components/media_player/demo.py @@ -24,7 +24,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None): ]) -YOUTUBE_COVER_URL_FORMAT = 'https://img.youtube.com/vi/{}/1.jpg' +YOUTUBE_COVER_URL_FORMAT = 'https://img.youtube.com/vi/{}/hqdefault.jpg' YOUTUBE_PLAYER_SUPPORT = \ SUPPORT_PAUSE | SUPPORT_VOLUME_SET | SUPPORT_VOLUME_MUTE | \ @@ -208,7 +208,8 @@ class DemoMusicPlayer(AbstractDemoPlayer): @property def media_image_url(self): """Return the image url of current playing media.""" - return 'https://graph.facebook.com/107771475912710/picture' + return 'https://graph.facebook.com/v2.5/107771475912710/' \ + 'picture?type=large' @property def media_title(self): @@ -287,7 +288,7 @@ class DemoTVShowPlayer(AbstractDemoPlayer): @property def media_image_url(self): """Return the image url of current playing media.""" - return 'https://graph.facebook.com/HouseofCards/picture' + return 'https://graph.facebook.com/v2.5/HouseofCards/picture?width=400' @property def media_title(self):