diff --git a/homeassistant/components/http/frontend.py b/homeassistant/components/http/frontend.py
index 13ee89a28e1..c8fcb30c6cc 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 = "9e0c2f360a70a0f7fc95e814d7e99dc1"
+VERSION = "230e724e74d2deaf5b91eafa63c59c94"
diff --git a/homeassistant/components/http/www_static/frontend.html b/homeassistant/components/http/www_static/frontend.html
index f021334ee23..d745d8d6be3 100644
--- a/homeassistant/components/http/www_static/frontend.html
+++ b/homeassistant/components/http/www_static/frontend.html
@@ -55,13 +55,15 @@ if(this.removeAttribute(a),d)return j(this,a,c);var e=c,f=m(this,a,e);return j(t
{{stateObj.entityDisplay}}
{{lastChangedFromNow(stateObj.last_changed)}}
-
{{stateObj.stateDisplay}}
{{label}}
Home Assistant
{{stateObj.stateDisplay}}
{{label}}
Home Assistant
ALL
{{group.entityDisplay}}
{{heading}}
CancelFire Event{{label}}
CancelCall ServiceCancelSet State
DismissEdit State
+ CancelFire Event{{label}}
CancelCall ServiceCancelSet State
+ No further options here yet..
+
DismissEdit State
paper-action-dialog, paper-dialog {
font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;
diff --git a/homeassistant/components/http/www_static/polymer/bower.json b/homeassistant/components/http/www_static/polymer/bower.json
index 24f472ca259..2445f3e26be 100644
--- a/homeassistant/components/http/www_static/polymer/bower.json
+++ b/homeassistant/components/http/www_static/polymer/bower.json
@@ -33,6 +33,7 @@
"paper-dropdown": "polymer/paper-dropdown#~0.5.2",
"paper-item": "polymer/paper-item#~0.5.2",
"moment": "~2.8.4",
- "core-style": "polymer/core-style#~0.5.2"
+ "core-style": "polymer/core-style#~0.5.2",
+ "paper-slider": "polymer/paper-slider#~0.5.2"
}
}
diff --git a/homeassistant/components/http/www_static/polymer/cards/state-card-display.html b/homeassistant/components/http/www_static/polymer/cards/state-card-display.html
index f177ecab24b..96241b0516b 100755
--- a/homeassistant/components/http/www_static/polymer/cards/state-card-display.html
+++ b/homeassistant/components/http/www_static/polymer/cards/state-card-display.html
@@ -7,7 +7,7 @@
+
+
+
Dismiss
diff --git a/homeassistant/components/http/www_static/polymer/home-assistant-api.html b/homeassistant/components/http/www_static/polymer/home-assistant-api.html
index da8d60aeab3..37477f3e413 100644
--- a/homeassistant/components/http/www_static/polymer/home-assistant-api.html
+++ b/homeassistant/components/http/www_static/polymer/home-assistant-api.html
@@ -72,6 +72,17 @@
return "display";
}
}
+ },
+
+ // how to render the more info of this state
+ moreInfoType: {
+ get: function() {
+ if(this.domain === 'light') {
+ return 'light';
+ } else {
+ return 'default';
+ }
+ }
}
});
diff --git a/homeassistant/components/http/www_static/polymer/more-infos/more-info-content.html b/homeassistant/components/http/www_static/polymer/more-infos/more-info-content.html
new file mode 100644
index 00000000000..e96a4af6142
--- /dev/null
+++ b/homeassistant/components/http/www_static/polymer/more-infos/more-info-content.html
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/homeassistant/components/http/www_static/polymer/more-infos/more-info-default.html b/homeassistant/components/http/www_static/polymer/more-infos/more-info-default.html
new file mode 100644
index 00000000000..bcfdde36ecc
--- /dev/null
+++ b/homeassistant/components/http/www_static/polymer/more-infos/more-info-default.html
@@ -0,0 +1,9 @@
+
+
+
+
+
+ No further options here yet..
+
+
+
diff --git a/homeassistant/components/http/www_static/polymer/more-infos/more-info-light.html b/homeassistant/components/http/www_static/polymer/more-infos/more-info-light.html
new file mode 100644
index 00000000000..8a7f3a3d1ec
--- /dev/null
+++ b/homeassistant/components/http/www_static/polymer/more-infos/more-info-light.html
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+