Skip to content

Commit

Permalink
README: default history_end as now
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-gs committed May 20, 2024
1 parent 59d734f commit 0146ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 0146ef9

Please sign in to comment.