From 5fb65e96c1b6950d9bf422da8cbd1e17b3bd04cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20M=C3=BChl?= <31169771+Blueforcer@users.noreply.github.com> Date: Fri, 31 Mar 2023 00:26:26 +0200 Subject: [PATCH] Update custom.md --- docs/custom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom.md b/docs/custom.md index 52fa9f6..c7a320e 100644 --- a/docs/custom.md +++ b/docs/custom.md @@ -15,7 +15,7 @@ The JSON object has the following properties: | `repeat` | number | Sets how many times the text should be scrolled through the matrix before the display ends. | 1 | | `rainbow` | boolean | Fades each letter in the text differently through the entire RGB spectrum. | false | | `duration` | number | Sets how long the page should be displayed. | 5 | -| `color` | string | A color hex string for the text color, or an array od R,G,B values | "#FFFFFF" or [255,255,0] | +| `color` | string | A color hex string for the text color, or an array of R,G,B values | "#FFFFFF" or [255,255,0] | | `hold` | boolean | Set it to true, to hold your notification on top until you press the middle button or dismiss it via HomeAssistant. This key only belongs to notification. | false | | `sound` | string | The filename of your RTTTL ringtone file (without extension). | | | `pushIcon` | number | 0 = Icon doesn't move. 1 = Icon moves with text and will not appear again. 2 = Icon moves with text but appears again when the text starts to scroll again. | 0 |