mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Update docs of Markdown card to reflect show_empty functionality (#33720)
* Update docs to reflect show_empty functionality * Correct typo * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
9cebef88ca
commit
0a3974264f
@ -53,6 +53,11 @@ theme:
|
||||
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/).
|
||||
type: string
|
||||
show_empty:
|
||||
required: false
|
||||
description: By default, an empty card will still be shown (resulting in a small empty box). Setting this to `false` hides that empty card instead.
|
||||
default: true
|
||||
type: boolean
|
||||
{% endconfiguration %}
|
||||
|
||||
### Example
|
||||
|
Loading…
x
Reference in New Issue
Block a user