Review components files
This commit is contained in:
@@ -176,7 +176,7 @@ time:
|
||||
then:
|
||||
- lambda: |-
|
||||
ESP_LOGD("time.on_time_sync", "System clock synchronized");
|
||||
ESP_LOGD("time.on_time_sync", "Timezone: %s", get_timezone().c_str());
|
||||
ESP_LOGD("time.on_time_sync", "Timezone: %s", time_provider->get_timezone().c_str());
|
||||
refresh_datetime->execute();
|
||||
|
||||
json: # Can be replaced by web_server
|
||||
|
||||
Reference in New Issue
Block a user