mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Options for header and footer moved to Card itself (#12052)
This commit is contained in:
parent
bbdefa833e
commit
dc0155a2be
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user