From bacec4fb37a376d8e4d0cda3c0f40cc9c51c1ce3 Mon Sep 17 00:00:00 2001 From: Rebbe Pod <66928914+RebbePod@users.noreply.github.com> Date: Tue, 27 Aug 2024 19:28:18 -0400 Subject: [PATCH] Update real_time_clock.h --- esphome/components/time/real_time_clock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/time/real_time_clock.h b/esphome/components/time/real_time_clock.h index 41f4b05198..52aa53de3c 100644 --- a/esphome/components/time/real_time_clock.h +++ b/esphome/components/time/real_time_clock.h @@ -37,7 +37,7 @@ class RealTimeClock : public PollingComponent { void call_setup() override; - void apply_timezone() { return this->apply_timezone_(); } + void apply_timezone() { this->apply_timezone_(); } void add_on_time_sync_callback(std::function callback) { this->time_sync_callback_.add(std::move(callback));