mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 19:26:50 +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
|
required: false
|
||||||
description: Label for the button.
|
description: Label for the button.
|
||||||
type: string
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## Graph header & footer
|
## Graph header & footer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user