From a65b75efe3a4cf2c2bd66d2c85554ce8d1309608 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 5 Oct 2025 17:21:26 -0500 Subject: [PATCH] Update esphome/components/light/light_call.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- esphome/components/light/light_call.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/light/light_call.cpp b/esphome/components/light/light_call.cpp index 361dc58acc..915b8fdf89 100644 --- a/esphome/components/light/light_call.cpp +++ b/esphome/components/light/light_call.cpp @@ -301,7 +301,7 @@ LightColorValues LightCall::validate_() { // Flash length check if (this->has_flash_() && this->flash_length_ == 0) { - log_invalid_parameter(name, LOG_STR("flash length must be >= zero")); + log_invalid_parameter(name, LOG_STR("flash length must be >0")); this->clear_flag_(FLAG_HAS_FLASH); }