mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 09:56:52 +00:00
Add todo-list hide_completed option
This commit is contained in:
parent
466b6b7e3b
commit
eef1693626
@ -61,6 +61,11 @@ theme:
|
|||||||
required: false
|
required: false
|
||||||
description: Override the used theme for this card with any loaded theme. For more information about themes, see the [frontend documentation](/integrations/frontend/).
|
description: Override the used theme for this card with any loaded theme. For more information about themes, see the [frontend documentation](/integrations/frontend/).
|
||||||
type: string
|
type: string
|
||||||
|
hide_completed:
|
||||||
|
required: false
|
||||||
|
description: Hide the completed items section in the card.
|
||||||
|
type: boolean
|
||||||
|
default: "false"
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
Loading…
x
Reference in New Issue
Block a user