diff --git a/homeassistant/components/demo.py b/homeassistant/components/demo.py index 1b5cf1d9a6c..67127f7e3cd 100644 --- a/homeassistant/components/demo.py +++ b/homeassistant/components/demo.py @@ -111,7 +111,9 @@ def setup(hass, config): # Setup chromecast hass.states.set("chromecast.Living_Rm", "Netflix", - {'friendly_name': 'Living Room'}) + {'friendly_name': 'Living Room', + ATTR_ENTITY_PICTURE: + 'http://graph.facebook.com/KillBillMovie/picture'}) # Setup tellstick sensors hass.states.set("tellstick_sensor.Outside_temperature", "15.6", diff --git a/homeassistant/components/http/frontend.py b/homeassistant/components/http/frontend.py index 78d0c3a98d0..0392f4b5c78 100644 --- a/homeassistant/components/http/frontend.py +++ b/homeassistant/components/http/frontend.py @@ -1,2 +1,2 @@ """ DO NOT MODIFY. Auto-generated by build_frontend script """ -VERSION = "3bb3a304afd8d825c83570bd91b634f0" +VERSION = "12ba7bca8ad0c196cb04ada4fe85a76b" diff --git a/homeassistant/components/http/www_static/frontend.html b/homeassistant/components/http/www_static/frontend.html index a6951ace3e3..322cba2605f 100644 --- a/homeassistant/components/http/www_static/frontend.html +++ b/homeassistant/components/http/www_static/frontend.html @@ -56,16 +56,16 @@ if(this.removeAttribute(a),d)return j(this,a,c);var e=c,f=m(this,a,e);return j(t diff --git a/homeassistant/components/http/www_static/polymer/home-assistant-main.html b/homeassistant/components/http/www_static/polymer/home-assistant-main.html index 226910771a1..cc89ed736ff 100644 --- a/homeassistant/components/http/www_static/polymer/home-assistant-main.html +++ b/homeassistant/components/http/www_static/polymer/home-assistant-main.html @@ -43,7 +43,7 @@ } paper-menu-button { - margin-top: 5px; + margin-top: 5px !important; } paper-dropdown { diff --git a/homeassistant/components/http/www_static/polymer/state-card.html b/homeassistant/components/http/www_static/polymer/state-card.html index 7a68f6e743c..c7656e3787a 100755 --- a/homeassistant/components/http/www_static/polymer/state-card.html +++ b/homeassistant/components/http/www_static/polymer/state-card.html @@ -81,7 +81,7 @@
- {{lastChangedFromNow}} + {{lastChangedFromNow(stateObj.last_changed)}}
@@ -109,7 +109,6 @@