ESPHome 2025.9.0-dev
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,
11 "Home Assistant Time:\n"
12 " Timezone: '%s'",
13 this->timezone_.c_str());
14}
15
17
19
21
22HomeassistantTime *global_homeassistant_time = nullptr; // NOLINT(cppcoreguidelines-avoid-non-const-global-variables)
23} // namespace homeassistant
24} // 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:50
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7