diff --git a/homeassistant/components/frontend/www_static/polymer/layouts/home-assistant-main.html b/homeassistant/components/frontend/www_static/polymer/layouts/home-assistant-main.html
index 2b101a74995..b431b8d51a5 100644
--- a/homeassistant/components/frontend/www_static/polymer/layouts/home-assistant-main.html
+++ b/homeassistant/components/frontend/www_static/polymer/layouts/home-assistant-main.html
@@ -72,40 +72,12 @@
States
-
-
-
-
-
- Groups
-
-
-
-
-
-
- Scripts
-
-
-
-
-
-
- Scenes
-
-
-
-
-
@@ -351,21 +323,6 @@
authActions.logOut();
},
- // temporary work around for dom-repeat weirdness
- hasGroupFilter: function(activeFilters) {
- return activeFilters.indexOf('group') !== -1;
- },
-
- hasScriptFilter: function(activeFilters) {
- return activeFilters.indexOf('script') !== -1;
- },
-
- hasSceneFilter: function(activeFilters) {
- return activeFilters.indexOf('scene') !== -1;
- },
-
- // /temp work around
-
computeIsSelected: function(selected, selectedType) {
return selected === selectedType;
},