From 4c92682aec2f43fdb922810b48232e44da9c6053 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Mon, 8 Oct 2018 11:17:50 +0200 Subject: [PATCH] Fix time docs 12-hour clock strftime format (#43) --- esphomeyaml/components/time.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphomeyaml/components/time.rst b/esphomeyaml/components/time.rst index ab6d38c29..f2e0685d9 100644 --- a/esphomeyaml/components/time.rst +++ b/esphomeyaml/components/time.rst @@ -137,7 +137,7 @@ with the current time representation of that format option. ------------- -------------------------------------------------------------- ------------------------- ``%H`` **Hour** (24-hour clock) as a zero-padded decimal number 00, 01, ..., 23 ------------- -------------------------------------------------------------- ------------------------- - ``%h`` **Hour** (12-hour clock) as a zero-padded decimal number 00, 01, ..., 12 + ``%I`` **Hour** (12-hour clock) as a zero-padded decimal number 00, 01, ..., 12 ------------- -------------------------------------------------------------- ------------------------- ``%p`` **AM or PM** designation AM, PM ------------- -------------------------------------------------------------- -------------------------