mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +00:00
Add text only option to markdown card (#37585)
This commit is contained in:
commit
4846a41d8d
@ -58,6 +58,11 @@ show_empty:
|
|||||||
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.
|
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
|
default: true
|
||||||
type: boolean
|
type: boolean
|
||||||
|
text_only:
|
||||||
|
required: false
|
||||||
|
description: Display the card without border, background, padding and title.
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
Loading…
x
Reference in New Issue
Block a user