mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-11 11:26:50 +00:00
Add inline features position for tile card (#37515)
* Add inline features position for tile card * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
d48f754a30
commit
b25b34f0ea
@ -91,6 +91,12 @@ features:
|
|||||||
required: false
|
required: false
|
||||||
description: Additional widgets to control your entity. See [available features](/dashboards/features).
|
description: Additional widgets to control your entity. See [available features](/dashboards/features).
|
||||||
type: list
|
type: list
|
||||||
|
features_position:
|
||||||
|
required: false
|
||||||
|
description: Position of the features on the tile card. Can be `bottom` or `inline`. Only the first feature will be displayed when the option is set to `inline`. `inline` is not compatible with the `vertical` option.
|
||||||
|
type: string
|
||||||
|
default: bottom
|
||||||
|
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
Loading…
x
Reference in New Issue
Block a user