mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +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
|
description: Set to `true` to have icons colored when entity is active
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## Options For Entities
|
## Options For Entities
|
||||||
|
Loading…
x
Reference in New Issue
Block a user