From 3dc192ed342cf74bbeab20de14e01c2f407c18af Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Sun, 12 Sep 2021 10:03:52 +0200 Subject: [PATCH] Mention grid card for masonry views (#19268) --- source/_lovelace/masonry.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_lovelace/masonry.markdown b/source/_lovelace/masonry.markdown index 908e75aca1f..1f12a83e445 100644 --- a/source/_lovelace/masonry.markdown +++ b/source/_lovelace/masonry.markdown @@ -6,11 +6,11 @@ description: "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` cards. +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 %} \ No newline at end of file +{% endconfiguration %}