From 72ce74d9fc80001a2e4d05ee59e717ac5953acb2 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Tue, 12 Mar 2019 14:42:12 -0500 Subject: [PATCH] Glance show icon (#8892) * Update default tap_action * Add `show_icon` to glance-card --- source/_lovelace/glance.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/_lovelace/glance.markdown b/source/_lovelace/glance.markdown index 9bb335b1fca..c4656aed604 100644 --- a/source/_lovelace/glance.markdown +++ b/source/_lovelace/glance.markdown @@ -32,7 +32,12 @@ title: type: string show_name: required: false - description: Show entity names. + description: Show entity name. + type: boolean + default: "true" +show_icon: + required: false + description: Show entity icon. type: boolean default: "true" show_state: