mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-09 12:39:00 +00:00

* Dashboards: apply sentence-style capitalization * Apply sentence-style capitalization, apply reuse * Apply suggestions from code review Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Apply suggestions from code review * Add substep on dashboard control * Remove code fence from title - to focus on the topic of the content, rather than the code itself * Apply suggestions from code review Co-authored-by: Joakim Sørensen <joasoe@gmail.com> --------- Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
420 B
420 B
type, title, sidebar_label, description
type | title | sidebar_label | description |
---|---|---|---|
view | Masonry view | Masonry (default) | The default panel layout uses a masonry algorithme. |
The masonry view is the default view type.
It sorts cards in columns based on their card size
. If you want to group some cards you have to use stack
or grid
cards.
{% configuration %}
type:
required: false
description: "masonry
"
type: string
{% endconfiguration %}