diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py
index 86addc02bbc..dcd9fe29e65 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 = "b4a697145515baf30eafed27ee5daa63"
+VERSION = "e310ed31e0c6d96def74b44c90ff5878"
diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html
index 8d5744b046b..58c3479aa9a 100644
--- a/homeassistant/components/frontend/www_static/frontend.html
+++ b/homeassistant/components/frontend/www_static/frontend.html
@@ -6150,7 +6150,7 @@ case"touchend":return this.addPointerListenerEnd(t,e,i,n);case"touchmove":return
max-height: 0px;
overflow: hidden;
- transition: max-height .5s ease-in;
+ transition: max-height .2s ease-in;
}
.has-brightness .brightness {
@@ -6162,8 +6162,8 @@ case"touchend":return this.addPointerListenerEnd(t,e,i,n);case"touchmove":return
}
.has-rgb_color ha-color-picker {
- max-height: 500px;
- }]])