From d74fc6347bef4587c4ce6118b4ea02382bfd4fff Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 11 Nov 2025 11:24:41 -0600 Subject: [PATCH] Update esphome/components/homeassistant/time/homeassistant_time.cpp --- esphome/components/homeassistant/time/homeassistant_time.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/homeassistant/time/homeassistant_time.cpp b/esphome/components/homeassistant/time/homeassistant_time.cpp index 1715a7e24d..e72c5a21f5 100644 --- a/esphome/components/homeassistant/time/homeassistant_time.cpp +++ b/esphome/components/homeassistant/time/homeassistant_time.cpp @@ -7,7 +7,7 @@ namespace homeassistant { static const char *const TAG = "homeassistant.time"; void HomeassistantTime::dump_config() { - ESP_LOGCONFIG(TAG, "Home Assistant Time:"); + ESP_LOGCONFIG(TAG, "Home Assistant Time"); RealTimeClock::dump_config(); }