From a97cc8521b1fc6352adcaf2313832ae49bda0d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Sun, 20 Jan 2019 21:12:11 +0100 Subject: [PATCH] Document some hidden features --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 26e50ec..3d45754 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ Get more control over the placement of cards | layout | string | auto | `auto`, `vertical`, `horizontal` | column\_num | number | none | Number of columns to force +### More options + +There are a few more options you can play around with: +`min_height` - (default: 5) determines how long a column must be before a card is placed in the next one. +`column_width` - (default: 300) determines how wide a column is in pixels. +`max_columns` - (default: 100) determines the maximum number of columns. + + ## Instructions This card requires [card-tools](https://github.com/thomasloven/lovelace-card-tools) to be installed.