Skip to content

Commit 72ce74d

Browse files
iantrichfabaff
authored andcommitted
Glance show icon (home-assistant#8892)
* Update default tap_action * Add `show_icon` to glance-card
1 parent 9a505f2 commit 72ce74d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/_lovelace/glance.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ title:
3232
type: string
3333
show_name:
3434
required: false
35-
description: Show entity names.
35+
description: Show entity name.
36+
type: boolean
37+
default: "true"
38+
show_icon:
39+
required: false
40+
description: Show entity icon.
3641
type: boolean
3742
default: "true"
3843
show_state:

0 commit comments

Comments
 (0)