Options for header and footer moved to Card itself (#12052)

This commit is contained in:
Victor Vostrikov 2020-02-12 23:11:56 +01:00 committed by GitHub
parent bbdefa833e
commit dc0155a2be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,14 @@ state_color:
description: Set to `true` to have icons colored when entity is active
type: boolean
default: false
header:
required: false
description: Header widget to render. See [header documentation](/lovelace/header-footer/).
type: map
footer:
required: false
description: Footer widget to render. See [footer documentation](/lovelace/header-footer/).
type: map
{% endconfiguration %}
## Options For Entities