diff --git a/homeassistant/components/frontend/mdi_version.py b/homeassistant/components/frontend/mdi_version.py
index fec9d03ba7e..1b9eb4c249b 100644
--- a/homeassistant/components/frontend/mdi_version.py
+++ b/homeassistant/components/frontend/mdi_version.py
@@ -1,2 +1,2 @@
-"""DO NOT MODIFY. Auto-generated by update_mdi script."""
-VERSION = "2f4adc5d3ad6d2f73bf69ed29b7594fd"
+""" DO NOT MODIFY. Auto-generated by update_mdi script """
+VERSION = "e85dc66e1a0730e44f79ed11501cd79a"
diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py
index 8528bfefa47..2f861934811 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 = "625d9bc6f119ee8f815b30104b70cb43"
+""" DO NOT MODIFY. Auto-generated by build_frontend script """
+VERSION = "30bcc0eacc13a2317000824741dc9ac0"
diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html
index 86089fad1d7..f7e6a8da0bf 100644
--- a/homeassistant/components/frontend/www_static/frontend.html
+++ b/homeassistant/components/frontend/www_static/frontend.html
@@ -3032,6 +3032,11 @@ ready:function(){this.templatize(this)}}),Polymer._collections=new WeakMap,Polym
ha-state-icon[data-domain=binary_sensor][data-state=on],
ha-state-icon[data-domain=sun][data-state=above_horizon] {
color: #DCC91F;
+ }
+
+ /* Color the icon if unavailable */
+ ha-state-icon[data-state=unavailable] {
+ color: var(--disabled-text-color);
}[[relativeTime]]