mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add missing "show_icon" and "show_name" to header/footer card config (#22894)
This commit is contained in:
parent
6913406613
commit
250722679b
@ -79,6 +79,17 @@ entities:
|
||||
required: false
|
||||
description: Label for the button.
|
||||
type: string
|
||||
show_icon:
|
||||
required: false
|
||||
description: Show entity icon.
|
||||
type: boolean
|
||||
default: "true"
|
||||
show_name:
|
||||
required: false
|
||||
description: Show entity name.
|
||||
type: boolean
|
||||
default: "false"
|
||||
|
||||
{% endconfiguration %}
|
||||
|
||||
## Graph header & footer
|
||||
|
Loading…
x
Reference in New Issue
Block a user