diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py
index 930a564063e..354516eba7b 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 = "59fdef87aec53cbcb5568e9c4cdc0f0f"
+VERSION = "e92fffeec57aa088306ca9387bdb9968"
diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html
index 541e17f8cc9..43ed3c371d3 100644
--- a/homeassistant/components/frontend/www_static/frontend.html
+++ b/homeassistant/components/frontend/www_static/frontend.html
@@ -3527,6 +3527,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
overflow: hidden;
text-overflow: ellipsis;
}
+ .label-badge .value.big {
+ font-size: 70%;
+ }
.label-badge .label {
position: absolute;
bottom: -1em;
@@ -3560,7 +3563,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
iron-image {
border-radius: 50%;
- }