hide icon

This commit is contained in:
happyleaves 2015-11-28 20:07:05 -05:00
parent 62e494bd04
commit 8d97bbcb73

View File

@ -1,6 +1,6 @@
import Polymer from '../polymer';
const FILTER_KEYS = ['entity_picture', 'friendly_name', 'unit_of_measurement'];
const FILTER_KEYS = ['entity_picture', 'friendly_name', 'icon', 'unit_of_measurement'];
export default new Polymer({
is: 'more-info-default',