diff --git a/src/system.h b/src/system.h index 9078e0745..d6265d2f6 100644 --- a/src/system.h +++ b/src/system.h @@ -248,6 +248,11 @@ class System { return test_set_all_active_; } static void test_set_all_active(bool n) { +#if defined(EMSESP_DEBUG) + if (n) { + logger_.debug("Using dummy entity values"); + } +#endif test_set_all_active_ = n; }