mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Glance show icon (#8892)
* Update default tap_action * Add `show_icon` to glance-card
This commit is contained in:
parent
9a505f2049
commit
72ce74d9fc
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user