Remove binary sensor from more info as it doesn't have one

https://github.com/home-assistant/home-assistant-polymer/pull/273/files#r116950389
This commit is contained in:
Paulus Schoutsen 2017-05-17 19:10:22 -07:00 committed by GitHub
parent 07364bed53
commit ffe0b22d77

View File

@ -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',
];