5 namespace homeassistant {
7 static const char *
const TAG =
"homeassistant.time";
10 ESP_LOGCONFIG(TAG,
"Home Assistant Time:");
11 ESP_LOGCONFIG(TAG,
" Timezone: '%s'", this->
timezone_.c_str());
const float DATA
For components that import data from directly connected sensors like DHT.
void dump_config() override
HomeassistantTime * global_homeassistant_time
float get_setup_priority() const override
Implementation of SPI Controller mode.
APIServer * global_api_server