ESPHome 2025.5.0
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 ESP_LOGCONFIG(TAG, " Timezone: '%s'", this->timezone_.c_str());
12}
13
15
17
19
20HomeassistantTime *global_homeassistant_time = nullptr; // NOLINT(cppcoreguidelines-avoid-non-const-global-variables)
21} // namespace homeassistant
22} // namespace esphome
APIServer * global_api_server
HomeassistantTime * global_homeassistant_time
const float DATA
For components that import data from directly connected sensors like DHT.
Definition component.cpp:19
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7