From ffe0b22d772c619efabc43ae56d94e1564f9f6e6 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 17 May 2017 19:10:22 -0700 Subject: [PATCH] Remove binary sensor from more info as it doesn't have one https://github.com/home-assistant/home-assistant-polymer/pull/273/files#r116950389 --- src/util/hass-util.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/hass-util.html b/src/util/hass-util.html index 52421c145a..79a73784e8 100644 --- a/src/util/hass-util.html +++ b/src/util/hass-util.html @@ -24,7 +24,7 @@ window.hassUtil.DOMAINS_WITH_CARD = [ ]; window.hassUtil.DOMAINS_WITH_MORE_INFO = [ - 'alarm_control_panel', 'automation', 'binary_sensor', 'camera', 'climate', 'configurator', + 'alarm_control_panel', 'automation', 'camera', 'climate', 'configurator', 'cover', 'fan', 'group', 'light', 'lock', 'media_player', 'script', 'sun', 'updater', ];