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 ------------- -------------------------------------------------------------- -------------------------