Add missing "show_icon" and "show_name" to header/footer card config (#22894)

This commit is contained in:
Philip Allgaier 2022-05-26 15:21:17 +02:00 committed by GitHub
parent 6913406613
commit 250722679b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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