ESPHome 2026.2.1
Loading...
Searching...
No Matches
homeassistant_time.cpp
Go to the documentation of this file.
2#include "esphome/core/log.h"
3
4namespace esphome {
5namespace homeassistant {
6
7static const char *const TAG = "homeassistant.time";
8
10 ESP_LOGCONFIG(TAG, "Home Assistant Time");
11 RealTimeClock::dump_config();
12}
13
15
17
18HomeassistantTime *global_homeassistant_time = nullptr; // NOLINT(cppcoreguidelines-avoid-non-const-global-variables)
19} // namespace homeassistant
20} // namespace esphome
APIServer * global_api_server
HomeassistantTime * global_homeassistant_time
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7