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); }