ESPHome 2026.5.0
Loading...
Searching...
No Matches
homeassistant_time.cpp
Go to the documentation of this file.
2#include "esphome/core/log.h"
3
5
6static const char *const TAG = "homeassistant.time";
7
9 ESP_LOGCONFIG(TAG, "Home Assistant Time");
10 RealTimeClock::dump_config();
11}
12
14
16
17HomeassistantTime *global_homeassistant_time = nullptr; // NOLINT(cppcoreguidelines-avoid-non-const-global-variables)
18} // namespace esphome::homeassistant
APIServer * global_api_server
HomeassistantTime * global_homeassistant_time