diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py index 1d14bf5120c..93571ba7d39 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 = "d98b2e8d6f35dfd544cbdf10f3054617" +VERSION = "d9e860658bd8d9767b748b1b193776e6" diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html index d83496f2fe5..d18421cfc90 100644 --- a/homeassistant/components/frontend/www_static/frontend.html +++ b/homeassistant/components/frontend/www_static/frontend.html @@ -6002,7 +6002,7 @@ function(t,e,n){function r(){this._events=this._events||{},this._maxListeners=th (function() { var DOMAINS_WITH_CARD = ['thermostat', 'configurator', 'scene', 'media_player']; var DOMAINS_WITH_MORE_INFO = [ - 'light', 'group', 'sun', 'configurator', 'thermostat', 'script' + 'light', 'group', 'sun', 'configurator', 'thermostat', 'script', 'media_player' ]; var DOMAINS_HIDE_MORE_INFO = [ 'sensor', @@ -25713,6 +25713,89 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN }); })(); + + + + + + + + + + diff --git a/homeassistant/components/frontend/www_static/polymer/resources/home-assistant-js.html b/homeassistant/components/frontend/www_static/polymer/resources/home-assistant-js.html index 8d89b702a67..fe13f94c331 100644 --- a/homeassistant/components/frontend/www_static/polymer/resources/home-assistant-js.html +++ b/homeassistant/components/frontend/www_static/polymer/resources/home-assistant-js.html @@ -4,7 +4,7 @@ (function() { var DOMAINS_WITH_CARD = ['thermostat', 'configurator', 'scene', 'media_player']; var DOMAINS_WITH_MORE_INFO = [ - 'light', 'group', 'sun', 'configurator', 'thermostat', 'script' + 'light', 'group', 'sun', 'configurator', 'thermostat', 'script', 'media_player' ]; var DOMAINS_HIDE_MORE_INFO = [ 'sensor', diff --git a/homeassistant/components/media_player/cast.py b/homeassistant/components/media_player/cast.py index edda0b76c63..f18c1db0760 100644 --- a/homeassistant/components/media_player/cast.py +++ b/homeassistant/components/media_player/cast.py @@ -170,6 +170,7 @@ class CastDevice(MediaPlayerDevice): def new_cast_status(self, status): """ Called when a new cast status is received. """ self.cast_status = status + self.media_status = None self.update_ha_state() def new_media_status(self, status):