Merge pull request #15 from happyleavesaoc/hide-custom-icon

hide icon property on more-info dialog
This commit is contained in:
Paulus Schoutsen
2015-11-28 17:21:47 -08:00
+1 -1
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',