From 77f356f72a845efec6845181a662604408fb3ccd Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Thu, 6 Jun 2024 22:03:20 -0700 Subject: [PATCH] Undo formatter flub. --- .../components/emporia_vue_utility/emporia_vue_utility.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/esphome/components/emporia_vue_utility/emporia_vue_utility.cpp b/esphome/components/emporia_vue_utility/emporia_vue_utility.cpp index 36605f8..8a0edd4 100644 --- a/esphome/components/emporia_vue_utility/emporia_vue_utility.cpp +++ b/esphome/components/emporia_vue_utility/emporia_vue_utility.cpp @@ -17,7 +17,9 @@ void EmporiaVueUtility::setup() { void EmporiaVueUtility::update() { // This seems to be called incessantly instead of at the set update - // interval... ESP_LOGD(TAG, "Got update call with an instructed interval of + // interval... + + //ESP_LOGD(TAG, "Got update call with an instructed interval of // %d sec", this->update_interval_); }