From 0b693f92e70222c6bf768e40cd548aadcab7fa53 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 27 Sep 2021 20:17:01 +0200 Subject: [PATCH] Change template to use the day (#19440) --- source/_integrations/time_date.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/time_date.markdown b/source/_integrations/time_date.markdown index 7e2870e054c..b8bd782b560 100644 --- a/source/_integrations/time_date.markdown +++ b/source/_integrations/time_date.markdown @@ -66,7 +66,7 @@ sensor: sensors: time_formatted: friendly_name: "Date and time" - value_template: "{{ as_timestamp(states('sensor.date_time_iso')) | timestamp_custom('%A %B %-m, %I:%M %p') }}" + value_template: "{{ as_timestamp(states('sensor.date_time_iso')) | timestamp_custom('%A %B %-d, %I:%M %p') }}" icon_template: mdi:calendar-clock ```