From 0146ef9ac75596adea9f799342066119038897f8 Mon Sep 17 00:00:00 2001 From: Nathan Bijnens Date: Mon, 20 May 2024 13:42:35 +0200 Subject: [PATCH] README: default history_end as now --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 691b737..2116a48 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Either the name of the `entity` or: | `display` | `marker` | `icon`, `state` or `marker`. `marker` will display the picture if available | | `size` | 24 | Size of the icon (not supported for `marker`) | | `history_start` | | Examples: `2022-03-01T12:00:00Z`, `5 hours ago` | -| `history_end` | | Examples: `2022-03-01T18:00:00Z`, `2 hours ago`, `now` | +| `history_end` | `now` | Examples: `2022-03-01T18:00:00Z`, `2 hours ago`, `now` | | `history_line_color` | Random Color | Can defined as `red`, `rgb(255,0,0)`, `rgba(255,0,0,0.1)`, `#ff0000`, `var(--red-color)` | | `history_show_lines` | true | Show the path | | `history_show_dots` | true | Show little dots on the path |