From dbe78dff939cf831bbe7ac24c908ec3b632ba039 Mon Sep 17 00:00:00 2001 From: Matt Coleman Date: Sat, 7 Sep 2024 01:13:59 -0400 Subject: [PATCH] Temperature usermod: fix changelog formatting This change ensures that the dates are displayed on their own lines. Without the blank lines, many Markdown renderers will append the dates to the previous bullet point. --- usermods/Temperature/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usermods/Temperature/readme.md b/usermods/Temperature/readme.md index b41e3e119..8edc7f922 100644 --- a/usermods/Temperature/readme.md +++ b/usermods/Temperature/readme.md @@ -56,8 +56,10 @@ lib_deps = * Do not report erroneous low temperatures to MQTT * Disable plugin if temperature sensor not detected * Report the number of seconds until the first read in the info screen instead of sensor error + 2021-04 * Adaptation for runtime configuration. + 2023-05 * Rewrite to conform to newer recommendations. * Recommended @blazoncek fork of OneWire for ESP32 to avoid Sensor error \ No newline at end of file