From 81d5570e64e30ce6b921b062083e7b7da2e2019a Mon Sep 17 00:00:00 2001 From: Laurie Denness Date: Sun, 2 Apr 2023 15:20:08 +0100 Subject: [PATCH] Add docs for hour12 config option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5973a4b..91d0fbe 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Here's a breakdown of all the available configuration items: | showunits | Y | N/A | No longer supported. Never worked. Please set a blank string using `unitstr` (see below) | | unitstr | Y | "p/kWh" | The unit to show after the rate in the table. Set to an empty string for none. | | exportrates | Y | false | Reverses the colours for use when showing export rates instead of import | +| hour12 | Y | true | Show the times in 12 hour format if `true`, and 24 hour format if `false` |